UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

3 lines (2 loc) 251 B
import { type StateHandlers, type MatchContext, type CaseExample } from '../../../../../entities/types'; export declare const executeStateSetup: (example: CaseExample, stateSetups: StateHandlers, parentContext: MatchContext) => Promise<MatchContext>;