diff options
Diffstat (limited to 'cli/tests/071_location_unset.ts')
-rw-r--r-- | cli/tests/071_location_unset.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/071_location_unset.ts b/cli/tests/071_location_unset.ts index 5c0518940..bb60df8c4 100644 --- a/cli/tests/071_location_unset.ts +++ b/cli/tests/071_location_unset.ts @@ -1,5 +1,3 @@ -// 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); |