diff options
| author | Kayla Washburn <mckayla@hey.com> | 2022-08-10 12:57:30 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-10 12:57:30 -0600 |
| commit | 08061b60d9be2b6990d1134aa5b94ec36f9266aa (patch) | |
| tree | 88f4621b251d74cdb179afd1af07cc446951ca08 /cli/tests/testdata/070_location.ts.out | |
| parent | f16fe443038454ef49641b097c0a0161a97bd1c3 (diff) | |
fix: allow setting `globalThis.location` when no `--location` is provided (#15448)
Diffstat (limited to 'cli/tests/testdata/070_location.ts.out')
| -rw-r--r-- | cli/tests/testdata/070_location.ts.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/070_location.ts.out b/cli/tests/testdata/070_location.ts.out index e05561e58..692d7c976 100644 --- a/cli/tests/testdata/070_location.ts.out +++ b/cli/tests/testdata/070_location.ts.out @@ -11,5 +11,6 @@ Location { protocol: "https:", search: "?baz" } +NotSupportedError: Cannot set "location". NotSupportedError: Cannot set "location.hostname". [WILDCARD] |
