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
Vitest is unable to mock modules for a dependency if the exports of that dependency are in a dist/ directory. Any other directory name does not have this issue (i.e. dist-foo/).
Describe the bug
Vitest is unable to mock modules for a dependency if the exports of that dependency are in a
dist/
directory. Any other directory name does not have this issue (i.e.dist-foo/
).Reproduction
https://github.com/mrmckeb/vitest-fs-repro
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: