UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

4 lines (3 loc) 185 B
import type { RunContext } from '../../entities/types'; import type { CaseConfig } from './types'; export declare const configToRunContext: (config: CaseConfig) => Partial<RunContext>;