File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 //
You can’t perform that action at this time.
0 commit comments