From f73e2494ac36894469fb1c757b8103384d382b48 Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Sun, 14 Apr 2024 00:29:26 +0300 Subject: [PATCH] doc: update test runner coverage limitations --- doc/api/test.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/api/test.md b/doc/api/test.md index bef0e6ea88bbab..e992b1d57ff044 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -502,14 +502,8 @@ used as an in depth coverage report. node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info ``` -### 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 dose not support excluding +specific files or directories from the coverage report. ## Mocking