From 4ac66ec6401ff007193d6fb923dab8ae0839662d Mon Sep 17 00:00:00 2001 From: Vincent LE GOFF Date: Mon, 18 Mar 2019 17:49:54 +0100 Subject: Test reorganization (denoland/deno_std#290) Original: https://github.com/denoland/deno_std/commit/0bb040e8d41788c188fa9aad8458dbfba78db4f4 --- io/test.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'io') 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"; -- cgit v1.2.3