diff options
Diffstat (limited to 'io/test.ts')
| -rw-r--r-- | io/test.ts | 3 |
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"; |
