From e13f3c10cac4fabff7e6cd4a4736703ca7c56d2d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 23 Aug 2018 19:47:43 -0400 Subject: Add ability to unit test by permissions. --- js/console_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/console_test.ts') diff --git a/js/console_test.ts b/js/console_test.ts index 3efe08dc9..d38974c66 100644 --- a/js/console_test.ts +++ b/js/console_test.ts @@ -1,6 +1,6 @@ // Copyright 2018 the Deno authors. All rights reserved. MIT license. -import { test, assert, assertEqual } from "./testing/testing.ts"; +import { test, assert, assertEqual } from "./test_util.ts"; import { stringifyArgs } from "./console.ts"; // tslint:disable-next-line:no-any -- cgit v1.2.3