test: align release check with external slack package

This commit is contained in:
Peter Steinberger
2026-05-14 08:49:02 +01:00
parent e17f628a75
commit 3bd47a95a8

View File

@@ -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"),
);