From 4f62a56f9071b0541b6be9b8e9c40fdcc2a3da22 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 3 Jan 2019 14:55:22 -0500 Subject: Move testing module to deno_std (#1451) Upgrades deno_std submodule. --- tests/fetch_deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/fetch_deps.ts b/tests/fetch_deps.ts index 76df15597..41ed60aca 100644 --- a/tests/fetch_deps.ts +++ b/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/testing/testing.ts"; +import { assert } from "../js/deps/https/deno.land/x/std/testing/mod.ts"; // TODO Top level await https://github.com/denoland/deno/issues/471 async function main() { -- cgit v1.2.3