testing/mod.ts

6 lines
223 B
TypeScript

// Testing tools, trying to stick to jasmine/jest syntax for easy porting.
export { describe, it } from "./src/blocks.ts";
export { expect } from "./src/assertions.ts";
export { mock, mockfn, patch } from "./src/mock.ts";