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
One possibility is that you have 2 versions of vitest in your system, so vitest-plugin-vis gets one version and extend that, but you are using another version in your test.
You can check that with pnpm why -r vitest or similar command.
Is your repo a monorepo and you are using Vitest workspace?
Minimal repro steps:
In vitest config file have the following:
The text was updated successfully, but these errors were encountered: