mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-18 12:08:52 +00:00
test: verify voice call command activation
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user