Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor language updates
  • Loading branch information
rickhanlonii committed Feb 10, 2018
commit c3e628920905bacde3c3dc063a0d4b837ad1032a
8 changes: 4 additions & 4 deletions docs/SnapshotTesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ You can try out this functionality by cloning the
[snapshot example](https://github.com/facebook/jest/tree/master/examples/snapshot),
modifying the `Link` component, and running Jest.

#### Interactive Updates
### Interactive Snapshot Mode

The snapshots of one test file can be updated in the Jest watch mode:
Failed snapshots can also be updated interactively in watch mode:

![](/jest/img/content/interactiveSnapshot.png)

Once you enter the Interactive Snapshot Updates mode, Jest will walk you through
the failed snapshots one test file at a time and give you an opportunity to
Once you enter the Interactive Snapshot Mode, Jest will step you through
the failed snapshots one test suite at a time and give you the opportunity to
review the failed output.

From here you can choose to update that snapshot or skip to the next:
Expand Down