We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
projects
workspace
vitest
1 parent 97d38c7 commit 0bb9b54Copy full SHA for 0bb9b54
1 file changed
vitest.config.ts
@@ -2,6 +2,6 @@ import { defineConfig } from 'vitest/config'
2
3
export default defineConfig({
4
test: {
5
- workspace: ['packages/*'],
+ projects: ['packages/*'],
6
},
7
})
0 commit comments