-
-
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
Notifications stopped #9701
Comments
When I compare my local (node_modules) |
I'm using Ubuntu and have tracked this issue down to this change: 00e9e09#diff-020e0df875c9a11b515012594dd609b4R120. The |
@mpareja Thanks for having a look. I only started using |
I agree with your initial assessment that this is a regression. I'll leave it up to the React team to decide what to do about it. I just wanted to make their job easier by pointing them in the direction of a root-cause. |
I can confirm the same thing for Mac, though it might have been related to a software update. In any case, they aren't working for me anymore. FWIW, I also tried using |
According to latest node-notifier docs https://www.npmjs.com/package/node-notifier
|
So |
I'll look into it! 👍 |
Could anyone with a repro test this branch/PR and verify the fix? mikaelbr/node-notifier#341 I'm afraid I don't have easy access to the environment right now to reproduce the issue myself. |
@SimenB @mikaelbr @millette I've confirmed the changes in mikaelbr/node-notifier#341 resolve the problem, thank you! |
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. |
Could be related to #9567
💥 Regression Report
On Debian GNU/Linux,
jest --notify
stopped working, same with a config:Last working version
25.1.0
Worked up to version:
I'm new to jest, I only used
25.1.0
before.Stopped working in version:
25.2.0
To Reproduce
I also installed node-notifier manually (v5 and v6) but it didn't change anything.
Steps to reproduce the behavior:
jest --notify
Expected behavior
I should see a desktop notification.
Link to repl or repo (highly encouraged)
Run
npx envinfo --preset jest
The text was updated successfully, but these errors were encountered: