@case-contract-testing/case
Version:
Next-generation contract testing suite
7 lines (6 loc) • 318 B
TypeScript
export * from './dsl/states';
export * from './dsl/Matchers';
export * from './dsl/Mocks';
export type { RunTestCallback } from '../core/executeExample/types';
export type { AnyState } from '../entities/states/types';
export type { AnyMockDescriptorType, CaseMockDescriptorFor, Assertable, } from '../entities/types';