mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 00:14:46 +00:00
test: align release check with external slack package
This commit is contained in:
@@ -532,6 +532,9 @@ describe("collectMissingPackPaths", () => {
|
||||
});
|
||||
|
||||
it("requires bundled plugin runtime sidecars that dynamic plugin boundaries resolve at runtime", () => {
|
||||
expect(requiredBundledPluginPackPaths).not.toContain(
|
||||
bundledDistPluginFile("slack", "runtime-api.js"),
|
||||
);
|
||||
expect(requiredBundledPluginPackPaths).toContain(
|
||||
bundledDistPluginFile("telegram", "runtime-api.js"),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user