From ddcad56ee9bc762171fd88585fd7ab3e3da19e1e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 4 Oct 2019 14:49:32 -0400 Subject: Move deno_std to a more convenient location. (#3057) js/deps/https/deno.land/std -> js/std --- js/unit_tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/unit_tests.ts') diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 2da67c40e..a83b57c15 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -55,7 +55,7 @@ import "./version_test.ts"; import "../website/app_test.ts"; -import { runIfMain } from "./deps/https/deno.land/std/testing/mod.ts"; +import { runIfMain } from "../std/testing/mod.ts"; async function main(): Promise { // Testing entire test suite serially -- cgit v1.2.3