How to setup extension to run tests on-demand? #303
-
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.
Replies: 2 comments 5 replies
-
Do you use the latest pre-release version? |
Beta Was this translation helpful? Give feedback.
-
It would be great to have the answer to the question in title since the accepted answer fixes an unrelated problem @sheremet-va |
Beta Was this translation helpful? Give feedback.
Do you use the latest pre-release version?