mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 18:44:48 +00:00
test: count cli command calls
This commit is contained in:
@@ -274,7 +274,7 @@ describe("runMessageAction", () => {
|
||||
scope: "configured-channels",
|
||||
onlyChannelIds: ["telegram"],
|
||||
});
|
||||
expect(messageCommandMock).toHaveBeenCalled();
|
||||
expect(messageCommandMock).toHaveBeenCalledTimes(1);
|
||||
});
|
||||
|
||||
it("loads configured channel plugins for mixed broadcast target prefixes", async () => {
|
||||
|
||||
Reference in New Issue
Block a user