How to setup extension to run tests on-demand? #303
Answered
by
sheremet-va
luvicsoura
asked this question in
Q&A
-
I have a sort-of legacy code base with problem tests that are causing Vitest to consume all available RAM and swap space since it runs all the tests on the workspace at start up. Is there a way to set it to only run tests on-demand as we have with the jest extension? I don't have the same issue when running vitest through the terminal, but I can't debug specific test causes using the terminal alone. |
Beta Was this translation helpful? Give feedback.
Answered by
sheremet-va
Mar 18, 2024
Replies: 1 comment 2 replies
-
Do you use the latest pre-release version? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
luvicsoura
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you use the latest pre-release version?