// 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";