diff options
| author | Vincent LE GOFF <g_n_s@hotmail.fr> | 2019-03-18 17:49:54 +0100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-18 12:49:54 -0400 |
| commit | 4ac66ec6401ff007193d6fb923dab8ae0839662d (patch) | |
| tree | 5615cc0583bab593b4ce82f0e0a1382db95163e3 /io/test.ts | |
| parent | e12d5521bf80396d0782f9ad3f1d162a88adadaa (diff) | |
Test reorganization (denoland/deno_std#290)
Original: https://github.com/denoland/deno_std/commit/0bb040e8d41788c188fa9aad8458dbfba78db4f4
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"; |
