Open
Description
Describe the feature
When using vitest in a monorepo setting, one is likely to use the vitest workspaces feature: https://vitest.dev/guide/workspace
However, in this setting one would use defineProject
instead of defineConfig
, to reuse the global vitest instance.
It would be cool to be able to do this also for nuxt apps, in order to run nuxt tests seamlessly along the ones of other packages
Additional information
- Would you be willing to help implement this feature?
- Could this feature be implemented as a module?
Final checks
- Read the contribution guide.
- Check existing discussions and issues.
Activity