Skip to content

Commit

Permalink
chore: vitest merged vite-4 branch (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Dec 11, 2022
1 parent e3096a1 commit d7a5e45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/vitest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'vitest-dev/vitest',
branch: options.viteMajor === 4 ? 'vite-4' : 'main',
build: 'build',
test: 'test:run --allowOnly',
})
Expand Down

0 comments on commit d7a5e45

Please sign in to comment.