Type Alias: MockCallMatcher
MockCallMatcher =
string|RegExp| ((call) =>boolean)
Defined in: packages/workflow-engine/src/__tests__/utils/mock-ai-helper.ts:99
How a failOnce script decides whether a call is the one that throws.
MockCallMatcher =
string|RegExp| ((call) =>boolean)
Defined in: packages/workflow-engine/src/__tests__/utils/mock-ai-helper.ts:99
How a failOnce script decides whether a call is the one that throws.