summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorDmitry Sharshakov <sh7dm@outlook.com>2019-02-08 20:23:51 +0300
committerRyan Dahl <ry@tinyclouds.org>2019-02-08 12:23:51 -0500
commita6e164441c2f201d53863cae5fd7fdd68adf6fb7 (patch)
tree993e470f4a6d5385783e5a9d59784ab63324a366 /io
parentf113312ef22846ed6414f53de3acf4ce27eff40a (diff)
Clean up tests (denoland/deno_std#176)
Original: https://github.com/denoland/deno_std/commit/f2d23f8fcd3970a71d33d6cf6447a06ffcc12864
Diffstat (limited to 'io')
-rw-r--r--io/test.ts3
1 files changed, 3 insertions, 0 deletions
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";