Skip to content

Commit 7453480

Browse files
authored
doc: update test runner coverage limitations
PR-URL: #52515 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent c1bbc5d commit 7453480

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/api/test.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -504,12 +504,8 @@ node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-de
504504

505505
### Limitations
506506

507-
The test runner's code coverage functionality has the following limitations,
508-
which will be addressed in a future Node.js release:
509-
510-
* Source maps are not supported.
511-
* Excluding specific files or directories from the coverage report is not
512-
supported.
507+
The test runner's code coverage functionality does not support excluding
508+
specific files or directories from the coverage report.
513509

514510
## Mocking
515511

0 commit comments

Comments
 (0)