test: shrink context registry chunk coverage · openclaw/openclaw@8c3a8f0
steipete
·
2026-04-18
·
via Recent Commits to openclaw:main
Commit 8c3a8f0
test: shrink context registry chunk coverage
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1011,7 +1011,7 @@ describe("Bundle chunk isolation (#40096)", () => {
|
10111011const registryUrl = new URL("./registry.ts", import.meta.url).href;
|
10121012const chunks = await Promise.all(
|
10131013Array.from(
|
1014-{ length: 3 },
|
1014+{ length: 2 },
|
10151015(_, i) => import(/* @vite-ignore */ `${registryUrl}?chunk=${ts}-${i}`),
|
10161016),
|
10171017);
|
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。