textui/deps.testing.ts
2021-09-07 00:35:15 +02:00

7 lines
161 B
TypeScript

export {
describe,
expect,
it,
} from "https://js.thunderk.net/testing@1.0.0/mod.ts";
export { Buffer } from "https://deno.land/std@0.106.0/io/buffer.ts";