test(release): skip externalized slack pack paths · openclaw/openclaw@e17f628
steipete
·
2026-05-14
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -495,9 +495,6 @@ describe("collectMissingPackPaths", () => {
|
495 | 495 | "scripts/lib/package-dist-imports.mjs", |
496 | 496 | "scripts/postinstall-bundled-plugins.mjs", |
497 | 497 | "dist/task-registry-control.runtime.js", |
498 | | -bundledDistPluginFile("slack", "runtime-api.js"), |
499 | | -bundledDistPluginFile("slack", "openclaw.plugin.json"), |
500 | | -bundledDistPluginFile("slack", "package.json"), |
501 | 498 | bundledDistPluginFile("telegram", "runtime-api.js"), |
502 | 499 | bundledDistPluginFile("telegram", "openclaw.plugin.json"), |
503 | 500 | bundledDistPluginFile("telegram", "package.json"), |
@@ -535,9 +532,6 @@ describe("collectMissingPackPaths", () => {
|
535 | 532 | }); |
536 | 533 | |
537 | 534 | it("requires bundled plugin runtime sidecars that dynamic plugin boundaries resolve at runtime", () => { |
538 | | -expect(requiredBundledPluginPackPaths).toContain( |
539 | | -bundledDistPluginFile("slack", "runtime-api.js"), |
540 | | -); |
541 | 535 | expect(requiredBundledPluginPackPaths).toContain( |
542 | 536 | bundledDistPluginFile("telegram", "runtime-api.js"), |
543 | 537 | ); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。