-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jest - The integration fails when running tests concurrently #147
Comments
We are not using |
Hi team! Any idea about a solution 🙏 ? |
Hi team! |
Hi team! Any idea about a solution 🙏 ? |
I ran into these issues as well. I believe I may have resolved it in #148 by removing usage of |
Woow, that is amazing, thank you! I will keep my eyes on that PR. |
Fixed in v5.1.1. |
Hello,
Seeing the following error when the jest tests are run concurrently.
The error resolves when running the tests serially using
--detectOpenHandles
,-i
or--runInBand
options.Current versions:
The issue could be a duplicate of #146
However, the error is happening at a different place in code for them.
The text was updated successfully, but these errors were encountered: