UNPKG

@pact-foundation/pact

Version:
8 lines (7 loc) 597 B
import type { MatchingResult, Mismatch, RequestMismatch } from '@pact-foundation/pact-core'; export declare function displayQuery(query: Record<string, string[]>): string; export declare function displayRequest(request: RequestMismatch, indent?: string): string; export declare function filterMissingFeatureFlag(mismatches: MatchingResult[]): MatchingResult[]; export declare function printMismatch(m: Mismatch): string; export declare function printMismatches(mismatches: Mismatch[]): string; export declare function generateMockServerError(mismatches: MatchingResult[], indent: string): string;