-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
Description
Could 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
mudassir-ahmed