From c7412010ff8efd43f99501259f5b9a3722595022 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 3 May 2022 10:28:54 +0000 Subject: [PATCH] chore(doc): remove useless `--` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a65cf51b..029c2873b 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ $ pnpm run lint:fix ```bash $ pnpm run test # Will run all tests -$ pnpm run test -- --updateSnapshot # Will update all snapshots +$ pnpm run test --updateSnapshot # Will update all snapshots $ pnpm run test:watch # Will watch tests and only rerun the one who are modified $ pnpm run test:coverage # Will generate a coverage report ```