mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-07 07:58:36 +00:00
test: reduce hotspot fixture overhead
This commit is contained in:
@@ -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: 5 },
|
||||
{ length: 3 },
|
||||
(_, i) => import(/* @vite-ignore */ `${registryUrl}?chunk=${ts}-${i}`),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user