Skip to content

Commit

Permalink
Add snapshotResolver to supported features
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Apr 29, 2022
1 parent 25376da commit 22bb780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The lists below are not comprehensive: feel free to [start a discussion](https:/
- Jest function mocks: `jest.fn`, `jest.spyOn`, `jest.clearAllMocks`, `jest.resetAllMocks`
- Inline and external snapshots
- Jest cli options: `--testNamePattern`/`-t`, `--maxWorkers`, `--runInBand`
- Jest config options: `setupFiles`, `setupFilesAfterEnv`, `snapshotSerializers`, `maxWorkers`, `snapshotFormat`
- Jest config options: `setupFiles`, `setupFilesAfterEnv`, `snapshotSerializers`, `maxWorkers`, `snapshotFormat`, `snapshotResolver`

### Unsupported Jest features

Expand Down

0 comments on commit 22bb780

Please sign in to comment.