Run vitest typecheck
together with normal test in one watch
#2299
Labels
vitest typecheck
together with normal test in one watch
#2299
Clear and concise description of the problem
vitest typecheck
andvitest
in just one command (e.g. justvitest
orvitest --with-typecheck
)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
The text was updated successfully, but these errors were encountered: