mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 23:30:21 +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 ?? {}),
|
...(extra ?? {}),
|
||||||
}),
|
}),
|
||||||
buildSecretInputSchema: () => z.string(),
|
buildSecretInputSchema: () => z.string(),
|
||||||
|
chunkTextForOutbound: vi.fn((text: string) => [text]),
|
||||||
collectStatusIssuesFromLastError: () => [],
|
collectStatusIssuesFromLastError: () => [],
|
||||||
createActionGate: () => () => true,
|
createActionGate: () => () => true,
|
||||||
createReplyPrefixOptions: () => ({}),
|
createReplyPrefixOptions: () => ({}),
|
||||||
|
|||||||
Reference in New Issue
Block a user