Skip to content

Commit

Permalink
Update doc/api/test.md
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
avivkeller and cjihrig authored Aug 27, 2024
1 parent 43426a6 commit 4c05841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ all tests have completed. If the [`NODE_V8_COVERAGE`][] environment variable is
used to specify a code coverage directory, the generated V8 coverage files are
written to that directory. Node.js core modules and files within
`node_modules/` directories are, by default, not included in the coverage report.
However, they can explicity included via the [`--test-coverage-include`][] flag. If
However, they can be explicity included via the [`--test-coverage-include`][] flag. If
coverage is enabled, the coverage report is sent to any [test reporters][] via
the `'test:coverage'` event.

Expand Down

0 comments on commit 4c05841

Please sign in to comment.