mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 09:17:51 +00:00
test: verify voice call command activation
This commit is contained in:
parent
2e7794d803
commit
0eafe995bc
1 changed files with 2 additions and 2 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue