You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In watch mode, it will throws an error when we remove an existing test files and then trigger a rerun because existing test file cache is not deleted after the unlink function is invoked.
Describe the bug
In watch mode, it will throws an error when we remove an existing test files and then trigger a rerun because existing test file cache is not deleted after the unlink function is invoked.
Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-ng9dneil
test/basic.test.ts
totest/renamed.test.ts
a
to run all testsSystem Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: