-
-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
Clear and concise description of the problem
Support running tests on save
Suggested solution
The equivalent of this config from vscode-jest
"jest.runMode": {
"type": "on-save",
"testFileOnly": true,
}
I think this is a good balance of performance vs convenience.
Even better is if it runs corresponding tests
i.e. saving src/utils.ts run src/utils.test.ts
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.