FAIL test/async/hooks.test.ts
● setHooksAsyncContextStrategy() › with withIsolationScope() › correctly keeps track of isolation scope across asynchronous operations
expect.assertions(7)
Expected seven assertions to be called but received six assertion calls.
51 |
52 | it('correctly keeps track of isolation scope across asynchronous operations', done => {
> 53 | expect.assertions(7);
| ^
54 | setHooksAsyncContextStrategy();
55 |
56 | const topLevelIsolationScope = getIsolationScope();
at Object.<anonymous> (test/async/hooks.test.ts:53:14)