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 --- cli/tests/fetch_deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/fetch_deps.ts') diff --git a/cli/tests/fetch_deps.ts b/cli/tests/fetch_deps.ts index 370a8c561..e6ef8854e 100644 --- a/cli/tests/fetch_deps.ts +++ b/cli/tests/fetch_deps.ts @@ -1,5 +1,5 @@ // Run ./tools/http_server.py too in order for this test to run. -import { assert } from "../js/deps/https/deno.land/std/testing/asserts.ts"; +import { assert } from "../std/testing/asserts.ts"; // TODO Top level await https://github.com/denoland/deno/issues/471 async function main(): Promise { -- cgit v1.2.3