test: align release check with external slack package · openclaw/openclaw@3bd47a9
steipete
·
2026-05-14
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -532,6 +532,9 @@ describe("collectMissingPackPaths", () => {
|
532 | 532 | }); |
533 | 533 | |
534 | 534 | it("requires bundled plugin runtime sidecars that dynamic plugin boundaries resolve at runtime", () => { |
| 535 | +expect(requiredBundledPluginPackPaths).not.toContain( |
| 536 | +bundledDistPluginFile("slack", "runtime-api.js"), |
| 537 | +); |
535 | 538 | expect(requiredBundledPluginPackPaths).toContain( |
536 | 539 | bundledDistPluginFile("telegram", "runtime-api.js"), |
537 | 540 | ); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。