UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

4 lines (3 loc) 244 B
import type { MatchContext } from '../../entities/context/types'; import type { CaseExample } from '../../entities/contract/types'; export declare const handleResult: (example: CaseExample, exampleIndex: string, context: MatchContext) => void;