From 6cc998f28bb1cf119ca96bac385c7361bc1f7021 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 23 Dec 2018 11:44:08 -0500 Subject: Remove support for extensionless import (#1396) --- js/compiler_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/compiler_test.ts') diff --git a/js/compiler_test.ts b/js/compiler_test.ts index 45c7f775c..8afe64d7f 100644 --- a/js/compiler_test.ts +++ b/js/compiler_test.ts @@ -1,5 +1,5 @@ // Copyright 2018 the Deno authors. All rights reserved. MIT license. -import { test, assert, assertEqual } from "./test_util"; +import { test, assert, assertEqual } from "./test_util.ts"; import * as deno from "deno"; import * as ts from "typescript"; -- cgit v1.2.3