From 0770449c938cdd0edbadaf1e87e460b21fc1b4ef Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 12 Mar 2021 21:23:59 +0100 Subject: refactor: move Console to op_crates/console (#9770) --- cli/tests/unit/dom_iterable_test.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/unit/dom_iterable_test.ts b/cli/tests/unit/dom_iterable_test.ts index 259d2d440..4e94cfdba 100644 --- a/cli/tests/unit/dom_iterable_test.ts +++ b/cli/tests/unit/dom_iterable_test.ts @@ -1,7 +1,6 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -/* TODO https://github.com/denoland/deno/issues/7540 -import { unitTest, assert, assertEquals } from "./test_util.ts"; +import { assert, assertEquals, unitTest } from "./test_util.ts"; // eslint-disable-next-line @typescript-eslint/explicit-function-return-type function setup() { @@ -27,7 +26,6 @@ function setup() { }; } - unitTest(function testDomIterable(): void { const { DomIterable, Base } = setup(); @@ -88,4 +86,3 @@ unitTest(function testDomIterableScope(): void { checkScope(null, window); checkScope(undefined, window); }); -*/ -- cgit v1.2.3