diff --git a/jest.md b/jest.md index 5052ec17d..3dc7b8436 100644 --- a/jest.md +++ b/jest.md @@ -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