Skip to content

Commit

Permalink
fix: use ecosystem specific command for Vitest tests (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed May 2, 2024
1 parent 32bf1fb commit dea59de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vitest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export async function test(options: RunOptions) {
...options,
repo: 'vitest-dev/vitest',
build: 'build',
test: ['test:ci', 'test:examples'],
test: ['test:ecosystem-ci', 'test:examples'],
beforeTest: 'pnpm playwright install chromium',
})
}

0 comments on commit dea59de

Please sign in to comment.