alsatian
Version:
TypeScript and JavaScript testing framework for beautiful and readable tests
11 lines (10 loc) • 478 B
TypeScript
export { Any } from "./any-argument";
export { createFunctionSpy } from "./create-function-spy";
export { FunctionSpy } from "./function-spy";
export { ISpiedFunction } from "./spied-function.i";
export { PropertySpy } from "./property-spy";
export { RestorableFunctionSpy } from "./restorable-function-spy";
export { SpyCall } from "./spy-call";
export { SpyOn } from "./spy-on";
export { SpyOnProperty } from "./spy-on-property";
export { TypeMatcher } from "./type-matcher";