summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
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";