From 4b69a1e4374eb6a88eb61fa6137aaa2673a4f7f1 Mon Sep 17 00:00:00 2001 From: Philzen Date: Sat, 18 May 2024 02:17:07 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2381e4..4f0c3dc 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,7 @@ This file allows you to conveniently setup global defaults |snapshot-dir | Name of sub-folder holding your snapshots | |output-dir | Base directory of your test files (although it can be a different directory if you want) | |ci-env-var | Name of environment variable used to detect if we are running on a Build Server | -|update-snapshot | Similar to `--updateSnapshot` in [Jest](https://jestjs.io/docs/en/snapshot-testing#updating-snapshots)
[all]=update all snapsohts
[none]=update no snapshots
[MyTest1,MyTest2]=update snapshots in these classes only

*Note: must be set to [none] on CI | +|update-snapshot | Similar to `--updateSnapshot` in [Jest](https://jestjs.io/docs/en/snapshot-testing#updating-snapshots)
[all]=update all snapshots
[none]=update no snapshots
[MyTest1,MyTest2]=update snapshots in these classes only

*Note: must be set to [none] on CI | For example: