enable --experimental-test-coverage using run method #54343
Labels
coverage
Issues and PRs related to native coverage support.
feature request
Issues that request new features to be added to Node.js.
test_runner
Issues and PRs related to the test runner subsystem.
What is the problem this feature will solve?
being able to enjoy code coverade reporting from the node api for
import { run } from "node:test";
What is the feature you are proposing to solve the problem?
being able to enjoy code coverade reporting from the node api for
import { run } from "node:test";
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: