Skip to content

Commit

Permalink
chore(docs): mention more about updating snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jun 23, 2021
1 parent 353f9af commit 0a1b00c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

- You can run tests with `yarn test`

- You can update snapshots with `yarn test -u`
- You can update snapshots with the Jest CLI:
- `yarn test -u`
- `yarn test --update-snapshots`
- More details here https://jestjs.io/docs/snapshot-testing#updating-snapshots

#### Remarks

Expand Down

0 comments on commit 0a1b00c

Please sign in to comment.