Notifications stopped
See original GitHub issueCould be related to #9567
💥 Regression Report
On Debian GNU/Linux, jest --notify stopped working, same with a config:
{
"notify": true
}
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)
Issues without a reproduction link are likely to stall.
Run npx envinfo --preset jest
System:
OS: Linux 5.4 Debian GNU/Linux 10 (buster) 10 (buster)
CPU: (4) x64 Intel(R) Celeron(R) CPU J1900 @ 1.99GHz
Binaries:
Node: 12.16.1 - ~/n/bin/node
Yarn: 1.22.4 - /usr/bin/yarn
npm: 6.14.3 - ~/n/bin/npm
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Android Notifications Not Showing Up? 10 Fixes You Can Try
If your Android notifications are not working, here are some fixes to try. 1. Reboot Your Phone. The first step towards troubleshooting why...
Read more >5 ways to fix iPhone notifications when you're not receiving them
5 ways to fix iPhone notifications when you're not receiving them · 1. Open the Settings app. · 2. Tap Notifications. · 3....
Read more >Notifications not working in iOS 16? 9 Ways to fix it! - iGeeksBlog
To fix Notifications not working on iPhone running iOS 16, 1. Turn off Focus on iPhone, 2. Add exceptions to Focus, 3.
Read more >How to Fix Notifications Not Showing up on Android - Lifewire
Only specific apps aren't issuing alerts when you know they should. You receive notifications when an app first launches, but then they stop....
Read more >Android Notifications Not Working [ 2022 Ultimate Fixes]
Android Notifications Not Working [ 2022 Ultimate Fixes] ; Solution 1. Reboot The Phone ; Solution 2. Check System and App Notification Settings...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@SimenB @mikaelbr @millette I’ve confirmed the changes in https://github.com/mikaelbr/node-notifier/pull/341 resolve the problem, thank you!
I’ll look into it! 👍