From a8bc40fd07c9299cc57826a9853e8ac3de2c1389 Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Tue, 16 Apr 2024 00:32:28 +0300 Subject: [PATCH] doc: update test runner coverage limitations PR-URL: https://github.com/nodejs/node/pull/52515 Reviewed-By: Chemi Atlow Reviewed-By: Benjamin Gruenbaum Reviewed-By: Colin Ihrig --- doc/api/test.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/api/test.md b/doc/api/test.md index 06c250e6e1510f..2516feea9877a2 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -475,12 +475,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