Skip to content

Commit

Permalink
fix: fix vitest tests (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Apr 29, 2024
1 parent c88b872 commit 32bf1fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/vitest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export async function test(options: RunOptions) {
...options,
repo: 'vitest-dev/vitest',
build: 'build',
test: { script: 'test:run', args: ['--allowOnly'] },
test: ['test:ci', 'test:examples'],
beforeTest: 'pnpm playwright install chromium',
})
}

0 comments on commit 32bf1fb

Please sign in to comment.