-
Vitaly Slobodin authored
Jest 27 does not support the test callback anymore so the following code is no longer valid: ``` it('test', (done) => { /* code */ }) ```
87d28bea
Jest 27 does not support the test callback anymore so the following code is no longer valid: ``` it('test', (done) => { /* code */ }) ```