UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

5 lines (4 loc) 215 B
import type { Assertable, MOCK_HTTP_SERVER } from './entities/types'; export * from './boundaries'; export * from './boundaries/types'; export type HttpRequestConfig = Assertable<typeof MOCK_HTTP_SERVER>['config'];