summaryrefslogtreecommitdiff
path: root/io/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'io/test.ts')
-rw-r--r--io/test.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/io/test.ts b/io/test.ts
index b414e6505..a5c942aef 100644
--- a/io/test.ts
+++ b/io/test.ts
@@ -1,3 +1,6 @@
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import "./bufio_test.ts";
import "./ioutil_test.ts";
import "./util_test.ts";
+import "./writers_test.ts";
+import "./readers_test.ts";