diff options
Diffstat (limited to 'std/node/global_test.ts')
-rw-r--r-- | std/node/global_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/global_test.ts b/std/node/global_test.ts index 60c997daf..2ff768f88 100644 --- a/std/node/global_test.ts +++ b/std/node/global_test.ts @@ -7,7 +7,7 @@ import timers from "./timers.ts"; // Definitions for this are quite delicate // This ensures modifications to the global namespace don't break on TypeScript -// TODO +// TODO(bartlomieju): // Deno lint marks globals defined by this module as undefined // probably gonna change in the future |