Skip to content

Commit 4f1f2c7

Browse files
committed
fix: clean up comment in util.test.ts
1 parent 63733c3 commit 4f1f2c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/util.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { checkForCookie, createCookieIfDoesntExist } from "./helpers"
2222

2323
const dom = new JSDOM()
2424
global.document = dom.window.document
25-
// global.window = (dom.window as unknown) as Window & typeof globalThis
2625

2726
type LocationLike = Pick<Location, "pathname" | "origin">
2827

0 commit comments

Comments
 (0)