From 6a783ea179de1321ae7fd0586967476e72984c63 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 1 Jan 2019 22:46:17 -0500 Subject: Add testing module Original: https://github.com/denoland/deno_std/commit/61fdae51a7cc50874b9674c40b1aef3fbf012494 --- examples/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/test.ts b/examples/test.ts index 4d2dea157..f42db1bba 100644 --- a/examples/test.ts +++ b/examples/test.ts @@ -1,5 +1,5 @@ import { run } from "deno"; -import { test, assertEqual } from "https://deno.land/x/testing/testing.ts"; +import { test, assertEqual } from "../testing/mod.ts"; /** Example of how to do basic tests */ test(function t1() { -- cgit v1.2.3