-
-
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
[Windows 10] --notify does not create a notification. #9452
Comments
Update: It works on the second try. I found out that node-notifier registers a new app with windows to be able to display the notification. See: I would not suspect any npm package to permanently alter my machine in such a way. Nor would I expect the option to be wonky in this particular fashion. You might want to warn people about that in the Edit: I also can't figure out how I can get rid of the entries in my start menu now :/ |
Yeah, this is an upstream issue. It does seems like we should warn in the docs though, as you say. Mind sending a PR? |
Something like this?
|
Yeah, that seems reasonable 👍 |
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
Running
jest --notify
does not create any notification on windows 10.To Reproduce
Steps to reproduce the behavior:
npx jest --notify
Expected behavior
A notification is shown, as described by the documentation:
envinfo
System: OS: Windows 10 10.0.16299 CPU: [redacted] Binaries: Node: 12.14.0 - [redacted] Yarn: 1.17.3 - [redacted] npm: 6.13.4 - [redacted] npmPackages: jest: ^23.6.0 => 23.6.0
I also tested this with [email protected] which also doesn't show a notification.
The text was updated successfully, but these errors were encountered: