-
Notifications
You must be signed in to change notification settings - Fork 18
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
Missing snapshot summary #15
Comments
Solved by #23 I believe? |
This seems be causing a lot of problems for people with jestjs/jest#9324. It might be good to make |
Also, I don't think #23 universally solves it. I observed an issue where Jest exited with status code
Therefore, when I did I'm not sure what Jest API should be used to figure out if unrelated snapshots are going to cause a non-0 status code exit. |
Made debugging jestjs/jest#8665 confusing as we only saw the exit status but no errors. Temporarily using the default reporter had this output:
The text was updated successfully, but these errors were encountered: