Skip to content

Commit 96a6fb4

Browse files
avivkellermikeesto
andauthored
fix coverage command
Co-authored-by: Michael Esteban <[email protected]> Signed-off-by: Aviv Keller <[email protected]>
1 parent ce45d59 commit 96a6fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/test-runner/collecting-code-coverage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Node.js currently supports thresholds for all three of the coverages supported:
284284
If you wanted to require the previous example to have line coverage >= 90%, you could use the `--test-coverage-lines=90` flag.
285285

286286
```bash
287-
node --experimental-test-coverage --test-coverage-lines=75 --test main.test.js
287+
node --experimental-test-coverage --test-coverage-lines=90 --test main.test.js
288288
```
289289

290290
```text displayName="Coverage Report"

0 commit comments

Comments
 (0)