Skip to content

Commit ead8e3d

Browse files
committed
Add watchAll=false to test coverage docs
Close facebook#10033
1 parent aec42e2 commit ead8e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/running-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Similarly, `fit()` lets you focus on a specific test without running any other t
176176
177177
Jest has an integrated coverage reporter that works well with ES6 and requires no configuration.
178178
179-
Run `npm test -- --coverage` (note extra `--` in the middle) to include a coverage report like this:
179+
Run `npm test -- --coverage --watchAll=false` (note extra `--` in the middle) to include a coverage report like this:
180180
181181
![coverage report](https://i.imgur.com/5bFhnTS.png)
182182

0 commit comments

Comments
 (0)