-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.staletest_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Description
What is the problem this feature will solve?
I use lintstaged to run only the unit tests related to changed source files on each commit. I currently use jest with their CLI flag: --findRelatedTests
(https://jestjs.io/docs/cli#--findrelatedtests-spaceseparatedlistofsourcefiles). Could something similar be added to node:test?
What is the feature you are proposing to solve the problem?
--findRelatedTests CLI flag
What alternatives have you considered?
Sticking with Jest or creating my own helper function.
styfle and andriyor
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.staletest_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.