Skip to content

Commit 74fc50f

Browse files
committed
Run server bundles test against Vite 5
1 parent 4508962 commit 74fc50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/vite-server-bundles-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ test.describe("Server bundles", () => {
178178
`),
179179
...files,
180180
},
181-
"vite-6-template"
181+
viteEnvironmentApi ? "vite-6-template" : "vite-5-template"
182182
);
183183
});
184184

0 commit comments

Comments
 (0)