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
When using a vitest workspace, vitest complains that it can't resolve the config files, this is due to defineVitestConfig.
> vitest
failed to load config from /Users/reinierkaper/rvezy/rvezy-web-client/src/tests/unit/vitest.config.ts
Describe the bug
I think the defineVitestConfig wrapper conflicts with what vitest expects back in a workspace configuration file.
Everything works fine when the tests are ran directly with a config file reference, just not in a workspace.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
When using a vitest workspace, vitest complains that it can't resolve the config files, this is due to
defineVitestConfig
.Describe the bug
I think the
defineVitestConfig
wrapper conflicts with what vitest expects back in a workspace configuration file.Everything works fine when the tests are ran directly with a config file reference, just not in a workspace.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: