UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

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