diff options
Diffstat (limited to 'js/unit_tests.ts')
-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"; |