summaryrefslogtreecommitdiff
path: root/cli/tests/071_location_unset.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/071_location_unset.ts')
-rw-r--r--cli/tests/071_location_unset.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/071_location_unset.ts b/cli/tests/071_location_unset.ts
new file mode 100644
index 000000000..5c0518940
--- /dev/null
+++ b/cli/tests/071_location_unset.ts
@@ -0,0 +1,5 @@
+// TODO(nayeemrmn): Add `Location` and `location` to `dlint`'s globals.
+// deno-lint-ignore-file no-undef
+console.log(Location);
+console.log(Location.prototype);
+console.log(location);