We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bf1fb commit dea59deCopy full SHA for dea59de
tests/vitest.ts
@@ -6,7 +6,7 @@ export async function test(options: RunOptions) {
6
...options,
7
repo: 'vitest-dev/vitest',
8
build: 'build',
9
- test: ['test:ci', 'test:examples'],
+ test: ['test:ecosystem-ci', 'test:examples'],
10
beforeTest: 'pnpm playwright install chromium',
11
})
12
}
0 commit comments