From 6a783ea179de1321ae7fd0586967476e72984c63 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 1 Jan 2019 22:46:17 -0500 Subject: Add testing module Original: https://github.com/denoland/deno_std/commit/61fdae51a7cc50874b9674c40b1aef3fbf012494 --- logging/test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'logging/test.ts') diff --git a/logging/test.ts b/logging/test.ts index 4808b5944..b96a046dd 100644 --- a/logging/test.ts +++ b/logging/test.ts @@ -1,6 +1,5 @@ import { remove, open, readAll } from "deno"; -import { assertEqual, test } from "https://deno.land/x/testing/testing.ts"; - +import { assertEqual, test } from "../testing/mod.ts"; import * as log from "index.ts"; import { FileHandler } from "./handlers.ts"; -- cgit v1.2.3