UNPKG

jest-ai

Version:

Custom jest matchers for testing AI applications

6 lines (5 loc) 199 B
import { MatcherUtils } from "expect"; export declare function toSatisfyStatement(this: MatcherUtils, received: string, expected: string): Promise<{ message: () => string; pass: boolean; }>;