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 --- log/test.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'log') diff --git a/log/test.ts b/log/test.ts index 9be1ec2a1..5a17f9a35 100644 --- a/log/test.ts +++ b/log/test.ts @@ -4,9 +4,6 @@ import { assertEquals } from "../testing/asserts.ts"; import * as log from "./mod.ts"; import { LogLevel } from "./levels.ts"; -import "./handlers_test.ts"; -import "./logger_test.ts"; - class TestHandler extends log.handlers.BaseHandler { public messages: string[] = []; -- cgit v1.2.3