mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
fix: clean up comment in util.test.ts
This commit is contained in:
parent
63733c31e9
commit
4f1f2c7171
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue