mirror of https://git.tuxpa.in/a/code-server.git
fix: clean up comment in util.test.ts
This commit is contained in:
parent
63733c31e9
commit
4f1f2c7171
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in New Issue