Skip to content

Commit bdcf8b2

Browse files
authored
chore: remove vite-node overrides (#398)
1 parent 84ba1ee commit bdcf8b2

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tests/react-router.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,5 @@ export async function test(options: RunOptions) {
99
build: 'vite-ecosystem-ci:build',
1010
beforeTest: 'vite-ecosystem-ci:before-test',
1111
test: 'vite-ecosystem-ci:test',
12-
overrides: {
13-
// For Vite 7 support
14-
'vite-node': '^3.2.2',
15-
},
1612
})
1713
}

tests/waku.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ export async function test(options: RunOptions) {
1010
beforeTest: 'pnpm playwright install chromium',
1111
test: 'test-vite-ecosystem-ci',
1212
overrides: {
13-
// For Vite 7 support
14-
'vite-node': '^3.2.2',
1513
// It uses Vitest 3.2+ so we don't need to inject the overrides.
1614
// If we inject overrides, the following error happens due to how waku sets overrides for the test.
1715
//

0 commit comments

Comments
 (0)