OneFourFree
Results
2
comments of
OneFourFree
Same, is there a workaround for this?
I had a similar issue and the comment below solved my problem. https://github.com/vitest-dev/vitest/issues/1450#issuecomment-1151357294 At the top of my test file, I now have: ``` const doSomething = vi.fn() vi.resetModules() import...