UNPKG

jest-ai

Version:

Custom jest matchers for testing AI applications

7 lines (6 loc) 225 B
import { z } from "zod"; import { MatcherUtils } from "expect"; export declare function toMatchZodSchema(this: MatcherUtils, received: z.Schema<any, any>, expected: string): { message: () => string; pass: boolean; };