summaryrefslogtreecommitdiff
path: root/cli/tests/fetch_deps.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-10-04 14:49:32 -0400
committerGitHub <noreply@github.com>2019-10-04 14:49:32 -0400
commitddcad56ee9bc762171fd88585fd7ab3e3da19e1e (patch)
treed0c308fc91514a3327266a57a252c4e46122ac6b /cli/tests/fetch_deps.ts
parenteecb4fea26aa3d1cddef1bb44ed3500d2b4dd477 (diff)
Move deno_std to a more convenient location. (#3057)
js/deps/https/deno.land/std -> js/std
Diffstat (limited to 'cli/tests/fetch_deps.ts')
-rw-r--r--cli/tests/fetch_deps.ts2
1 files changed, 1 insertions, 1 deletions
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<void> {