test: verify voice call command activation

This commit is contained in:
Shakker
2026-05-11 23:24:33 +01:00
parent 2e7794d803
commit 0eafe995bc

View File

@@ -482,8 +482,8 @@ describe("bundled plugin metadata", () => {
({ manifest }) => manifest.id === "voice-call",
);
expect(entry?.manifest.commandAliases).toContainEqual({ name: "voicecall" });
expect(entry?.manifest.activation?.onCommands).toContain("voicecall");
expect(entry?.manifest.commandAliases).toStrictEqual([{ name: "voicecall" }]);
expect(entry?.manifest.activation?.onCommands).toStrictEqual(["voicecall"]);
});
it("keeps empty-config Gateway startup narrower than declared startup sidecars", () => {