test(matrix): mock chunkTextForOutbound in monitor registration test

This commit is contained in:
Peter Steinberger 2026-03-28 04:10:08 +00:00
parent 2aa09230c2
commit df4fd12225
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ vi.mock("../../runtime-api.js", () => {
...(extra ?? {}),
}),
buildSecretInputSchema: () => z.string(),
chunkTextForOutbound: vi.fn((text: string) => [text]),
collectStatusIssuesFromLastError: () => [],
createActionGate: () => () => true,
createReplyPrefixOptions: () => ({}),