test: shrink context registry chunk coverage

This commit is contained in:
Peter Steinberger
2026-04-17 19:35:51 +01:00
parent ee0c8177bf
commit 8c3a8f0b1b

View File

@@ -1011,7 +1011,7 @@ describe("Bundle chunk isolation (#40096)", () => {
const registryUrl = new URL("./registry.ts", import.meta.url).href;
const chunks = await Promise.all(
Array.from(
{ length: 3 },
{ length: 2 },
(_, i) => import(/* @vite-ignore */ `${registryUrl}?chunk=${ts}-${i}`),
),
);