diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-04-16 15:13:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-16 15:13:42 -0400 |
commit | 1bfb44336914a775cd01120165517394d30aec23 (patch) | |
tree | 2f126b5f36ad8fe2ddd9cae118058affd413c68d /js | |
parent | 0c463582206881b6461742633a67f51632db614e (diff) |
Implement async module loading in CLI (#2084)
Diffstat (limited to 'js')
-rw-r--r-- | js/unit_tests.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 521616a3c..8b551b6fb 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -49,4 +49,4 @@ import "./version_test.ts"; import "../website/app_test.js"; -import "deps/https/deno.land/std/testing/main.ts"; +import "./deps/https/deno.land/std/testing/main.ts"; |