diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/070_location.ts | 2 | ||||
-rw-r--r-- | cli/tests/071_location_unset.ts | 2 | ||||
-rw-r--r-- | cli/tests/workers_test.ts | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/cli/tests/070_location.ts b/cli/tests/070_location.ts index 4eace257e..61256dcbc 100644 --- a/cli/tests/070_location.ts +++ b/cli/tests/070_location.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); 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); diff --git a/cli/tests/workers_test.ts b/cli/tests/workers_test.ts index 045ee3f75..2ea6f6cf5 100644 --- a/cli/tests/workers_test.ts +++ b/cli/tests/workers_test.ts @@ -660,8 +660,6 @@ Deno.test({ Deno.test({ name: "worker with relative specifier", fn: async function (): Promise<void> { - // TODO(nayeemrmn): Add `Location` and `location` to `dlint`'s globals. - // deno-lint-ignore no-undef assertEquals(location.href, "http://127.0.0.1:4545/cli/tests/"); const promise = deferred(); const w = new Worker( |