fix: clean up comment in util.test.ts

This commit is contained in:
Joe Previte 2021-02-11 15:01:51 -07:00
parent 63733c31e9
commit 4f1f2c7171
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -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<Location, "pathname" | "origin">