Remove jest test callbacks from IDE specs
Jest 27 does not support the test callback anymore so the following code is no longer valid: ``` it('test', (done) => { /* code */ }) ```
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment