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