summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/070_location.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/070_location.ts.out')
-rw-r--r--cli/tests/testdata/run/070_location.ts.out16
1 files changed, 16 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/070_location.ts.out b/cli/tests/testdata/run/070_location.ts.out
new file mode 100644
index 000000000..692d7c976
--- /dev/null
+++ b/cli/tests/testdata/run/070_location.ts.out
@@ -0,0 +1,16 @@
+[WILDCARD][Function: Location]
+Location {}
+Location {
+ hash: "#bat",
+ host: "foo",
+ hostname: "foo",
+ href: "https://foo/bar?baz#bat",
+ origin: "https://foo",
+ pathname: "/bar",
+ port: "",
+ protocol: "https:",
+ search: "?baz"
+}
+NotSupportedError: Cannot set "location".
+NotSupportedError: Cannot set "location.hostname".
+[WILDCARD]