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