From 4d6a424c180fe8e3b3a99b214ae1c3046ada8b58 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sun, 8 Sep 2019 20:16:03 +0100 Subject: [PATCH] Add missing import --- js/body_test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/js/body_test.ts b/js/body_test.ts index f2daf725e6b38b..0283c7551e1a0a 100644 --- a/js/body_test.ts +++ b/js/body_test.ts @@ -1,5 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { test, testPerm, assertEquals, assert } from "./test_util.ts"; +import * as domTypes from "./dom_types.ts"; // just a hack to get a body object // eslint-disable-next-line @typescript-eslint/no-explicit-any