mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 06:25:10 +00:00
test(matrix): mock chunkTextForOutbound in monitor registration test
This commit is contained in:
parent
2aa09230c2
commit
df4fd12225
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ vi.mock("../../runtime-api.js", () => {
|
|||
...(extra ?? {}),
|
||||
}),
|
||||
buildSecretInputSchema: () => z.string(),
|
||||
chunkTextForOutbound: vi.fn((text: string) => [text]),
|
||||
collectStatusIssuesFromLastError: () => [],
|
||||
createActionGate: () => () => true,
|
||||
createReplyPrefixOptions: () => ({}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue