-
-
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
Interactive snapshot update not working #5444
Comments
@rightaway I'm not able to reproduce, can you push a repo that reproduces? Here's what I see in 22.1.4 with running |
It looks like the behavior I mentioned is for when I change the name of a test case, is it expected? |
Yes, that's the same behavior I see. Was thinking there would be an interactive prompt to show the changed names. |
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. |
I'm using the latest jest and starting it with
jest --watch /path/tests/**/*.js
, but when I have a test failure due to a failing snapshot, I can't interactively update the snapshots by pressingi
as the console says. When I pressi
nothing happens, but the other keys are working fine.The text was updated successfully, but these errors were encountered: