summaryrefslogtreecommitdiff
path: root/log/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'log/test.ts')
-rw-r--r--log/test.ts3
1 files changed, 0 insertions, 3 deletions
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[] = [];