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