summaryrefslogtreecommitdiff
path: root/tests/specs/run/location
AgeCommit message (Collapse)Author
2024-09-23feat: make 'globalThis.location' a configurable property (#25812)Bartek IwaƄczuk
This commit changes `globalThis.location` property to be configurable so that packages wanting to override it (or delete it) work properly. Towards https://github.com/denoland/deno/issues/23882 This change makes reproduction from https://github.com/denoland/deno/issues/23882#issuecomment-2340783437 pass properly.