Skip to content

Draft: Remove Jest test callback in specs

Vitaly Slobodin requested to merge vs/remove-jest-test-callback into master

Jest 27 does not support the test callback anymore so the following code is no longer valid:

it('test', (done) => { /* code */ })
Edited by Vitaly Slobodin

Merge request reports