Skip to content

Commit dea59de

Browse files
authored
fix: use ecosystem specific command for Vitest tests (#303)
1 parent 32bf1fb commit dea59de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/vitest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export async function test(options: RunOptions) {
66
...options,
77
repo: 'vitest-dev/vitest',
88
build: 'build',
9-
test: ['test:ci', 'test:examples'],
9+
test: ['test:ecosystem-ci', 'test:examples'],
1010
beforeTest: 'pnpm playwright install chromium',
1111
})
1212
}

0 commit comments

Comments
 (0)