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 a73c2f9 commit c957c6eCopy full SHA for c957c6e
vitest.config.ts
@@ -6,10 +6,7 @@ export default defineConfig(async () => {
6
const cfgTs = 'vitest.config{,.node}.ts'
7
8
// all vitest projects
9
- const projectConfigPaths = await glob([
10
- `{apps,packages}/**/${cfgTs}`,
11
- `turbo/generators/**/${cfgTs}`,
12
- ])
+ const projectConfigPaths = await glob([`{apps,packages}/*/${cfgTs}`, `turbo/generators/${cfgTs}`])
13
14
return {
15
test: {
0 commit comments