mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-29 19:01:44 +00:00
test(matrix): mock chunkTextForOutbound in monitor registration test
This commit is contained in:
@@ -71,6 +71,7 @@ vi.mock("../../runtime-api.js", () => {
|
||||
...(extra ?? {}),
|
||||
}),
|
||||
buildSecretInputSchema: () => z.string(),
|
||||
chunkTextForOutbound: vi.fn((text: string) => [text]),
|
||||
collectStatusIssuesFromLastError: () => [],
|
||||
createActionGate: () => () => true,
|
||||
createReplyPrefixOptions: () => ({}),
|
||||
|
||||
Reference in New Issue
Block a user