We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63733c3 commit 4f1f2c7Copy full SHA for 4f1f2c7
test/util.test.ts
@@ -22,7 +22,6 @@ import { checkForCookie, createCookieIfDoesntExist } from "./helpers"
22
23
const dom = new JSDOM()
24
global.document = dom.window.document
25
-// global.window = (dom.window as unknown) as Window & typeof globalThis
26
27
type LocationLike = Pick<Location, "pathname" | "origin">
28
0 commit comments