You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @simondib, I am working on this feature, but in meanwhile it is feasible to update only failing tests. Here are the steps you need to take:
Option 1:
only run failing tests and update all failing with --updatesnapshots command, or press u when in interactive mode
Option 2:
Run all test in interactive mode, when you got some failing tests, press t and type failing test name. Jest will only run the failing test again. Now you can press u to only update this test
Current behavior:
Currently, when on jest mode, --updatesnapshots will update all tests.
Expected behavior:
Update should only update failed snapshots
The text was updated successfully, but these errors were encountered: