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 ecbc201 commit 8da00d0Copy full SHA for 8da00d0
lib/repotools/vitest.config.js
@@ -11,7 +11,7 @@ const config = {
11
root: import.meta.dirname,
12
include: ['**/__tests__/*.test.ts'],
13
watch: false,
14
- projects: []
+ projects: undefined
15
}
16
};
17
0 commit comments