summaryrefslogtreecommitdiff
path: root/cli/js/os_test.ts
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2019-10-29 17:52:57 -0400
committerGitHub <noreply@github.com>2019-10-29 17:52:57 -0400
commit8f571ef166d31f44378c1b6de5f4092fcccef732 (patch)
treec09ffc491e03522141baa51ec004d747ecbe48f1 /cli/js/os_test.ts
parent3c2399e437521122b66a2de735aebbb80a546148 (diff)
Remove TTY tests - dead code (#3229)
Diffstat (limited to 'cli/js/os_test.ts')
-rw-r--r--cli/js/os_test.ts1
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());
});