Closed as not planned
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.