testing/mod.ts

6 lines
223 B
TypeScript
Raw Normal View History

2021-09-05 17:55:39 +00:00
// 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";