Skip to content

Commit

Permalink
doc: update test runner coverage limitations
Browse files Browse the repository at this point in the history
PR-URL: #52515
Reviewed-By: Chemi Atlow <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
MoLow authored and aduh95 committed Apr 29, 2024
1 parent 1fca8ba commit 7e93c48
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,12 +504,8 @@ node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-de

### Limitations

The test runner's code coverage functionality has the following limitations,
which will be addressed in a future Node.js release:

* Source maps are not supported.
* Excluding specific files or directories from the coverage report is not
supported.
The test runner's code coverage functionality does not support excluding
specific files or directories from the coverage report.

## Mocking

Expand Down

0 comments on commit 7e93c48

Please sign in to comment.