Skip to content

Commit

Permalink
doc: update test runner coverage limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLow committed Apr 15, 2024
1 parent e0ed09d commit 7b0a45d
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 7b0a45d

Please sign in to comment.