Open davecardwell opened 1 year ago
This was previously reported at #12911 but automatically closed as stale. The issue persists in Jest v29.5.0.
@dmitri-gb Could you take a look, please? Perhaps this something what AsyncLocalStorage
could help to solve as well? Just thought to ping you, because you are know the concurrent
context (;
Yeah, ASL might be able to solve this as well
do we have an update on this?
Version
29.5.0
Steps to reproduce
npm install
npm test
Expected behavior
I expect the test suite to pass.
Actual behavior
The test suite fails with the error:
Both tests have
expect.assertions(1)
.Additional context
Remove the
.concurrent
or add.skip
to either test and the test suite passes.Environment