Update jest.md

This commit is contained in:
Rico Sta. Cruz 2020-06-17 23:23:34 +10:00 committed by GitHub
parent 6da706b706
commit 75b102fca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ expect(value)
.toMatchInlineSnapshot()
```
Note that `toMatchInlineSnapshot() requires Prettier to be set up for the project.
See: [Inline Snapshots](https://jestjs.io/docs/en/snapshot-testing#inline-snapshots)
Note that `toMatchInlineSnapshot()` requires Prettier to be set up for the project.
See: [Inline snapshots](https://jestjs.io/docs/en/snapshot-testing#inline-snapshots)
### Errors