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

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: () => ({}),