From 4ce2a321c8da5326901316a5787f0968dbb7b3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 15 Aug 2019 02:04:56 +0200 Subject: feat: test runner (denoland/deno_std#516) Original: https://github.com/denoland/deno_std/commit/c44e5367bfd08d7a69adfa3434c00991509c4a67 --- io/test.ts | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 io/test.ts (limited to 'io') diff --git a/io/test.ts b/io/test.ts deleted file mode 100644 index a5c942aef..000000000 --- a/io/test.ts +++ /dev/null @@ -1,6 +0,0 @@ -// 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