Skip to content

Commit bc01019

Browse files
authored
Update jest.md
1 parent 19e504f commit bc01019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing/jest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Add `package.json`:
6161
* And even in watch mode with `npm t -- --watch`.
6262

6363
### Optional: Run jest in watch mode
64-
* `npx jest -w`
64+
* `npx jest --watch`
6565

6666

6767
### Example

0 commit comments

Comments
 (0)