diff options
Diffstat (limited to 'cli/js')
-rw-r--r-- | cli/js/os_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/os_test.ts b/cli/js/os_test.ts index 0d07df1b4..4faee1166 100644 --- a/cli/js/os_test.ts +++ b/cli/js/os_test.ts @@ -111,7 +111,6 @@ test(function osPid(): void { assert(Deno.pid > 0); }); -// See complete tests in tools/is_tty_test.py test(function osIsTTYSmoke(): void { console.log(Deno.isTTY()); }); |