diff options
Diffstat (limited to 'js/runner_test.ts')
-rw-r--r-- | js/runner_test.ts | 2 |
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 |