UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

9 lines (8 loc) 338 B
export { INameable } from "./nameable.i"; export { ITestCase } from "./test-case.i"; export { ITestFixture } from "./test-fixture.i"; export { ITest } from "./test.i"; export { Constructor } from "./constructor"; export { ITester } from "./tester.i"; export { ISpyCall } from "./spy-call.i"; export { AnyFunction } from "./any-function";