Skip to content

Commit ca88923

Browse files
author
Tom Lienard
authored
chore(doc): remove useless -- (#760)
1 parent 03a860b commit ca88923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ $ pnpm run lint:fix
155155

156156
```bash
157157
$ pnpm run test # Will run all tests
158-
$ pnpm run test -- --updateSnapshot # Will update all snapshots
158+
$ pnpm run test --updateSnapshot # Will update all snapshots
159159
$ pnpm run test:watch # Will watch tests and only rerun the one who are modified
160160
$ pnpm run test:coverage # Will generate a coverage report
161161
```

0 commit comments

Comments
 (0)