UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

3 lines (2 loc) 220 B
import type { AnyLeafMatcher, MatchContext, CaseError } from '../../../../entities/types'; export declare const testExactMatch: (matcher: AnyLeafMatcher, matchContext: MatchContext, actual: unknown) => Array<CaseError>;