Update jest.md
This commit is contained in:
parent
6da706b706
commit
75b102fca5
4
jest.md
4
jest.md
|
@ -118,8 +118,8 @@ expect(value)
|
||||||
.toMatchInlineSnapshot()
|
.toMatchInlineSnapshot()
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that `toMatchInlineSnapshot() requires Prettier to be set up for the project.
|
Note that `toMatchInlineSnapshot()` requires Prettier to be set up for the project.
|
||||||
See: [Inline Snapshots](https://jestjs.io/docs/en/snapshot-testing#inline-snapshots)
|
See: [Inline snapshots](https://jestjs.io/docs/en/snapshot-testing#inline-snapshots)
|
||||||
|
|
||||||
### Errors
|
### Errors
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue