-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or requestp3-significantHigh priority enhancement (priority)High priority enhancement (priority)
Description
Clear and concise description of the problem
- As a user
- I want to run
vitest typecheckandvitestin just one command (e.g. justvitestorvitest --with-typecheck) - so that I don't need to run e.g. two separate terminal windows in my VSCode editor in parallel to run all tests while I'm working on my project
Suggested solution
Run typecheck by default alongside the normal running tests by default.
(I use *.test-d.ts as recommended in the docs)
Alternative
Let us use a flag for running with typecheck via --with-typecheck (alternative wording welcome)
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestp3-significantHigh priority enhancement (priority)High priority enhancement (priority)