



















@@ -61,7 +61,7 @@ describe("bundled plugin postinstall", () => {
6161).toBe(true);
6262});
636364-it("does not install bundled plugin deps outside of source checkouts by default", async () => {
64+it("does not install bundled plugin package deps outside of source checkouts by default", async () => {
6565const extensionsDir = await createExtensionsDir();
6666const packageRoot = path.dirname(path.dirname(extensionsDir));
6767await writePluginPackage(extensionsDir, "acpx", {
@@ -530,7 +530,7 @@ describe("bundled plugin postinstall", () => {
530530});
531531532532it("ignores staged bundled plugin node_modules when pruning packaged dist", async () => {
533-const packageRoot = await createTempDirAsync("openclaw-packaged-install-runtime-deps-");
533+const packageRoot = await createTempDirAsync("openclaw-packaged-install-dist-prune-");
534534const staleFile = path.join(packageRoot, "dist", "stale-runtime.js");
535535const packageJson = path.join(packageRoot, "dist", "extensions", "slack", "package.json");
536536const binDir = path.join(packageRoot, "dist", "extensions", "slack", "node_modules", ".bin");
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。