summaryrefslogtreecommitdiff
path: root/js/runner_test.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-12-23 11:44:08 -0500
committerGitHub <noreply@github.com>2018-12-23 11:44:08 -0500
commit6cc998f28bb1cf119ca96bac385c7361bc1f7021 (patch)
treed5fb8f0da5c79fa14afc814ea85cf1c9134eb714 /js/runner_test.ts
parentbee55fcd20b4919f2d6b4817ce33d1a09e6bcadc (diff)
Remove support for extensionless import (#1396)
Diffstat (limited to 'js/runner_test.ts')
-rw-r--r--js/runner_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/runner_test.ts b/js/runner_test.ts
index adfb8bc58..5444f31f9 100644
--- a/js/runner_test.ts
+++ b/js/runner_test.ts
@@ -1,4 +1,4 @@
-import { test, assert, assertEqual } from "./test_util";
+import { test, assert, assertEqual } from "./test_util.ts";
import * as deno from "deno";
// tslint:disable-next-line:no-any