From 7e93c4892b4a44dc2e92daf184e83b4ba4397ee8 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 981e33e58ad667..2a3538018e0e71 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -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