From 22bb78073ce47f5ebb3649d30074ae96c9cdce87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Fri, 29 Apr 2022 18:20:09 +0200 Subject: [PATCH] Add `snapshotResolver` to supported features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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