-
-
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
jest
commands hangs
#4529
Comments
it seems like the reason it was hanging was because the command |
Same problem here ( |
Had to do a |
@blamh I love you ❤️ |
Had to force quite watchman then the test that was hanging immediately ran. |
In my case (Which i think is rare) I fixed it by adding --forceExit flag |
Upgrading, reintstalling and uninstallin watchman are all not working for me to fix my problem on macOS 10.15 But this fixed my problem |
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. |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
I just followed this guide: https://facebook.github.io/jest/docs/en/getting-started.html, but when I run jest, nothing happens, the terminal seem to hang/freeze.
If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can
yarn install
andyarn test
.Any repository will probably do, but for example:
https://repl.it/L6JH/0
What is the expected behavior?
The expected behaviour is that it won't freeze/hang, and that my tests are running.
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
jest version 21.1.0, but also tested at 20.0.4, 19.0.2, 13.2.3
node v8.5.0, but same at 7.5.0 and 6.5.0
tested on yarn 1.0.2, npm5 and npm4
macOS Siera 10.12.6
It is super strange, I just seem to come in an endless loop or something? Anything that I can do to give you guys more information?
The text was updated successfully, but these errors were encountered: