-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
Node Jest Snapshot testing hangs forever #17040
Comments
@fhinkel Maybe you have an idea? |
There's some weirdness around jest & node 9. There's a PR open that has some work in it to make node 9.x work but it seems like it might be stuck on this same 'hanging' problem. jestjs/jest#4851 |
It is happening to me and my coworker as well. Only with node 9. Node 8 works well so it seems there is some kind of compatibility issue between 9 and jest |
@MayasHaddad Our issue in jest was a too old react-native, can you try upgrading to a later release? |
@SimenB upgraded Closing this issue. Thank you! |
For anyone who still has this issue, I found that --forceExit is a quick way to get unblocked. |
Steps to reproduce:
node 8: (works as expected)

node 9: (hangs forever)

I'm not even sure this issue is not due jest
Apologies if issue is not related to node or v8 🙏
The text was updated successfully, but these errors were encountered: