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.
1 parent e315756 commit dd6ffa1Copy full SHA for dd6ffa1
vitest.config.ts
@@ -19,7 +19,7 @@ import { defineConfig } from 'vitest/config';
19
20
export default defineConfig({
21
test: {
22
- workspace: ['packages/*/vitest.config.ts'],
+ projects: ['packages/*/vitest.config.ts'],
23
// use GitHub action reporters when running in CI
24
reporters: process.env.GITHUB_ACTIONS?['github-actions', 'default']:['default'],
25
coverage: {
0 commit comments