-
-
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
Passing a notify flag complains that jest doesn't exit after the test run has completed #8036
Comments
Interesting! Seems like we don't clean up the notifier. I've tried to play around with All the Maybe open up an issue there? |
Found this issue as well :( |
I think this issue is related to the node-notifier 5.4 version issue :- mikaelbr/node-notifier#271 According to node-notifier - |
Thanks for the link @abhishek-1985! Seems like they plan a revert and a major bump. This seems reasonable to me as updating old Jest's are difficult. Happy to bump our dependency here after they publish a major and set |
Change reverted in |
This issue really sucks today i got this issue and wasted whole lot of time . And I kept debugging if it was redis/ typeorm connection pool bla bla bla :( |
Woops, reintroduced this when upgrading to v6. I'll fix it |
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. |
💥 Regression Report
I'm not sure which last version this feature was working in but I've recreated a simple repo just to show that this feature isn't working as intended.
Last working version
I don't know which version this feature was working correctly.
Stopped working in version:
Currently running on jest 24.1
To Reproduce
Steps to reproduce the behavior:
Run any test suite with
--notify
flagHere's a screenshot
Expected behavior
The test suite should exit cleanly.
Link to repl or repo (highly encouraged)
https://github.com/natealcedo/notify/
Run
npx envinfo --preset jest
Paste the results here:
The text was updated successfully, but these errors were encountered: