UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

5 lines (4 loc) 434 B
import { type AnyCaseNodeOrData, type MatchContextWithoutLookup, type AnyMockDescriptor } from '../../../entities/types'; import type { LookupMap } from './types'; export declare const addMatcher: (matcherLookup: LookupMap, matcher: AnyCaseNodeOrData, context: MatchContextWithoutLookup) => LookupMap; export declare const addMock: (matcherLookup: LookupMap, mock: AnyMockDescriptor, context: MatchContextWithoutLookup) => LookupMap;