diff --git a/README.md b/README.md index b04d883..05f24a5 100644 --- a/README.md +++ b/README.md @@ -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