Open Kleywalker opened 1 year ago
Are there any plans to implement this?
Are there any news on this? It would increase test performance immensely. 😊
This would be super useful
Is this being considered as a possible feature, and if so, will it be implemented in the near future?
What is the problem this feature would solve?
All tests are running with bun test.
What is the feature you are proposing to solve the problem?
Attempts to identify which tests to run based on which files have changed in the current repository. Only works if you're running tests in a git/hg repository at the moment and requires a static dependency graph (ie. no dynamic requires).
What alternatives have you considered?
jest --onlyChanged