textui/deps.testing.ts

7 lines
161 B
TypeScript
Raw Normal View History

2021-08-26 18:12:36 +00:00
export {
describe,
expect,
it,
2021-09-06 22:35:15 +00:00
} from "https://js.thunderk.net/testing@1.0.0/mod.ts";
2021-08-26 18:12:36 +00:00
export { Buffer } from "https://deno.land/std@0.106.0/io/buffer.ts";