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