summaryrefslogtreecommitdiff
path: root/testing/README.md
diff options
context:
space:
mode:
authorAndy Hayden <andyhayden1@gmail.com>2019-03-06 07:24:53 -0800
committerRyan Dahl <ry@tinyclouds.org>2019-03-06 10:24:53 -0500
commitd29957ad17956016c35a04f5f1f98565e58e8a2e (patch)
tree05c4d2e063fd366dd0b9304b13e9a75190c544f7 /testing/README.md
parentc6075f373e42a17903e857b9b28ff983d571d43f (diff)
Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239)
Original: https://github.com/denoland/deno_std/commit/0fc13fffbdb59d6aee2b11ff17a5de382273126b
Diffstat (limited to 'testing/README.md')
-rw-r--r--testing/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/README.md b/testing/README.md
index 6d7d6d842..cf78187b6 100644
--- a/testing/README.md
+++ b/testing/README.md
@@ -47,7 +47,7 @@ import {
test,
assert,
equal
-} from "https://deno.land/x/testing/mod.ts";
+} from "https://deno.land/std/testing/mod.ts";
test({
name: "testing example",