From a6e164441c2f201d53863cae5fd7fdd68adf6fb7 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Fri, 8 Feb 2019 20:23:51 +0300 Subject: Clean up tests (denoland/deno_std#176) Original: https://github.com/denoland/deno_std/commit/f2d23f8fcd3970a71d33d6cf6447a06ffcc12864 --- io/test.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 io/test.ts (limited to 'io') diff --git a/io/test.ts b/io/test.ts new file mode 100644 index 000000000..b414e6505 --- /dev/null +++ b/io/test.ts @@ -0,0 +1,3 @@ +import "./bufio_test.ts"; +import "./ioutil_test.ts"; +import "./util_test.ts"; -- cgit v1.2.3