UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

6 lines (5 loc) 194 B
import type { MatchResult } from '../../entities/types'; export declare class CaseFailedAssertionError extends Error { matchResult: MatchResult; constructor(matchResult: MatchResult); }