From a4383984d1a5aa3d6b3d843a89ded8fbb1015d36 Mon Sep 17 00:00:00 2001 From: EnokMan <416828041@qq.com> Date: Sun, 24 Feb 2019 00:13:54 +0800 Subject: Fixed non-standard prefix on importing (denoland/deno_std#216) Original: https://github.com/denoland/deno_std/commit/f65fda8336e72fe0cc19df2077eae5a00e64d337 --- testing/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/main.ts') diff --git a/testing/main.ts b/testing/main.ts index d7e703697..077d662ee 100644 --- a/testing/main.ts +++ b/testing/main.ts @@ -1,3 +1,3 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import { runTests } from "mod.ts"; +import { runTests } from "./mod.ts"; runTests(); -- cgit v1.2.3