You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should notify the error and let the test suites exit as when test suites succeeds.
Currently, we have to either click on the "system notification" or ^C in the cli.
Please provide your exact Jest configuration
None
Run npx envinfo --preset jest in your project directory and paste the
results here
npx: installed 1 in 2.912s
System:
OS: macOS High Sierra 10.13.3
CPU: x64 Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
Binaries:
Node: 8.9.3
Yarn: 1.5.1
npm: 5.7.1
npmPackages:
jest:
wanted: ^22.4.3
installed: 22.4.3
The text was updated successfully, but these errors were encountered:
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.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
--notify
option hold the test suites end and does not let the test suites exit when an error occurs unlike when it succeeds.To reproduce.
run
jest --notify
What is the expected behavior?
It should notify the error and let the test suites exit as when test suites succeeds.
Currently, we have to either click on the "system notification" or ^C in the cli.
Please provide your exact Jest configuration
None
Run
npx envinfo --preset jest
in your project directory and paste theresults here
The text was updated successfully, but these errors were encountered: