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 --- encoding/test.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 encoding/test.ts (limited to 'encoding') diff --git a/encoding/test.ts b/encoding/test.ts deleted file mode 100644 index c7a1c9716..000000000 --- a/encoding/test.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import "./hex_test.ts"; -import "./toml_test.ts"; -import "./csv_test.ts"; -- cgit v1.2.3