From 4f1f2c717166fa4b3f8611cf1c60e38f1e0b40d6 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 11 Feb 2021 15:01:51 -0700 Subject: [PATCH] fix: clean up comment in util.test.ts --- test/util.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/util.test.ts b/test/util.test.ts index 0de2d7ea..035272b6 100644 --- a/test/util.test.ts +++ b/test/util.test.ts @@ -22,7 +22,6 @@ import { checkForCookie, createCookieIfDoesntExist } from "./helpers" const dom = new JSDOM() global.document = dom.window.document -// global.window = (dom.window as unknown) as Window & typeof globalThis type LocationLike = Pick