From 1bfb44336914a775cd01120165517394d30aec23 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 16 Apr 2019 15:13:42 -0400 Subject: Implement async module loading in CLI (#2084) --- js/unit_tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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"; -- cgit v1.2.3