Closed sheremet-va closed 3 days ago
It would be nice to support inline workspace configuration:
export default defineConfig({ test: { workspace: [ { test: { name: 'node', environment: 'node' }, }, { test: { name: 'jsdom', environment: 'jsdom' }, } ] } })
This feature is required for https://github.com/vitest-dev/vitest/issues/6912 to make the migration easier.
Alllow inlined workspace in the main config.
workspace
No response
Some questions:
Clear and concise description of the problem
It would be nice to support inline workspace configuration:
This feature is required for https://github.com/vitest-dev/vitest/issues/6912 to make the migration easier.
Suggested solution
Alllow inlined
workspace
in the main config.Alternative
No response
Additional context
Some questions:
Validations