From c84532b6d5a424694c519260f0cf407b1d8ba604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 2 Sep 2021 17:38:19 +0200 Subject: chore: upgrade crates (#11894) Co-authored-by: David Sherret --- cli/tests/unit/event_target_test.ts | 1 + cli/tests/unit/globals_test.ts | 1 + 2 files changed, 2 insertions(+) (limited to 'cli/tests/unit') diff --git a/cli/tests/unit/event_target_test.ts b/cli/tests/unit/event_target_test.ts index 0d0d89154..a6c942773 100644 --- a/cli/tests/unit/event_target_test.ts +++ b/cli/tests/unit/event_target_test.ts @@ -1,4 +1,5 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// deno-lint-ignore-file no-window-prefix import { assertEquals, unitTest } from "./test_util.ts"; unitTest(function addEventListenerTest() { diff --git a/cli/tests/unit/globals_test.ts b/cli/tests/unit/globals_test.ts index 0051dce49..d989ab54a 100644 --- a/cli/tests/unit/globals_test.ts +++ b/cli/tests/unit/globals_test.ts @@ -1,4 +1,5 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// deno-lint-ignore-file no-window-prefix import { assert, unitTest } from "./test_util.ts"; unitTest(function globalThisExists() { -- cgit v1.2.3