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 pressing i as the console says. When I press i nothing happens, but the other keys are working fine.
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 pressingias the console says. When I pressinothing happens, but the other keys are working fine.