From ec402c6932128d215f78c77661d84472a89b72b1 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 12 Oct 2018 08:23:13 +1100 Subject: Replace globals.d.ts with lib.deno_runtime.d.ts --- js/testing/testing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/testing/testing.ts') diff --git a/js/testing/testing.ts b/js/testing/testing.ts index ff91ddebc..437cb0f38 100644 --- a/js/testing/testing.ts +++ b/js/testing/testing.ts @@ -13,7 +13,7 @@ limitations under the License. */ -export { assert, assertEqual, equal } from "./util.ts"; +export { assert, assertEqual, equal } from "./util"; export type TestFunction = () => void | Promise; -- cgit v1.2.3