Replies: 1 comment 1 reply
-
Though we cannot guide anything concretely without reproduction, it might help if you provide as much information as possible like in bug report https://github.com/vitest-dev/vitest/issues/new?template=bug_report.yml |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Vitest has become more and more unstable (on my local machine) over the last few weeks. I now can no longer make an entire run of tests. I'll run the suite of tests, and it'll start, and at a seemingly random test, the entire execution just stops. This even happens when I add the
--watch
flag. There is no way I've been able to keep vitest open and "running" to finish testing all the files.Is there some way to get some verbose logging in place?
Note, this isn't happening on a coworkers machine, which is both comforting and annoying. I'm grasping at straws here, as short of a complete wipe of windows, I'm running out of ideas (reinstalled node, used different versions of node, cleared node_modules, cleared cache...)
Beta Was this translation helpful? Give feedback.
All reactions