diff options
Diffstat (limited to 'cli/js/testing.ts')
-rw-r--r-- | cli/js/testing.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/testing.ts b/cli/js/testing.ts index f851b8fcc..f1318f0ce 100644 --- a/cli/js/testing.ts +++ b/cli/js/testing.ts @@ -1,7 +1,7 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { red, green, bgRed, gray, italic } from "./colors.ts"; import { exit } from "./ops/os.ts"; -import { Console } from "./console.ts"; +import { Console } from "./web/console.ts"; function formatDuration(time = 0): string { const timeStr = `(${time}ms)`; |