-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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 did not exit one second after the test run has completed. #8111
Comments
The issue is tied to node-notifier bug in 5.4 version :- mikaelbr/node-notifier#271 There is already a jest bug similar to it - #7890 |
Duplicate of #8036 |
@SimenB thanks to this issue lol it wasted my whole day later to realise notify:true on jest config was culprit lol :( |
@shirshak55 Thanks for this. I thought I was going nuts. I had done every cleanup possible. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🐛 Bug Report
I've updated jest to the latest version because of the bug with NodeJS version 11.11.0. All tests do success but it prompts the following message:
"Jest did not exit one second after the test run has completed"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests should work as before.
Link to repl or repo (highly encouraged)
https://github.com/ethereum/web3.js
The text was updated successfully, but these errors were encountered: