diff options
author | Ry Dahl <ry@tinyclouds.org> | 2019-10-29 17:52:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-29 17:52:57 -0400 |
commit | 8f571ef166d31f44378c1b6de5f4092fcccef732 (patch) | |
tree | c09ffc491e03522141baa51ec004d747ecbe48f1 /cli/js/os_test.ts | |
parent | 3c2399e437521122b66a2de735aebbb80a546148 (diff) |
Remove TTY tests - dead code (#3229)
Diffstat (limited to 'cli/js/os_test.ts')
-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()); }); |