From f918e3faac851eedaa12b785597debb20117cc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E6=9D=89?= Date: Fri, 4 Jan 2019 18:09:42 +0800 Subject: fix(testing): readme import url (denoland/deno_std#81) Original: https://github.com/denoland/deno_std/commit/9d3d90560c92be4f080f984209a7ffd5a4bbb920 --- testing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/README.md b/testing/README.md index 919b1279b..f9f47eaa6 100644 --- a/testing/README.md +++ b/testing/README.md @@ -3,7 +3,7 @@ ## Usage ```ts -import { test, assert, equal, assertEqual } from 'https://deno.land/x/testing/testing.ts'; +import { test, assert, equal, assertEqual } from 'https://deno.land/x/testing/mod.ts'; test({ name: 'testing example', @@ -28,4 +28,4 @@ test(function example() { assertEqual("world", "world"); assertEqual({hello: "world"}, {hello: "world"}); }); -``` \ No newline at end of file +``` -- cgit v1.2.3