Brand new install - Tests just hang with no output #301
Unanswered
benwrigley
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Does pre-release version work for you? https://github.com/vitest-dev/vscode/releases/tag/v0.5.0 Note that it requires Vitest 1.4.0 or higher. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before installing the plugin I was running tests fine with
npx vitest
. This automatically found myvite.config.js
.At first the plugin said there was no vitest config so I've copied my
vite.config.js
tovitest.config.js
which now shows the tests in the testing window.When I try to run the suite it just hangs with the test clock running. I'm not sure what I'm doing wrong.
Windows 10
VScode: 1.87.2
Vitest : 1.2.2
Beta Was this translation helpful? Give feedback.
All reactions