From 8f571ef166d31f44378c1b6de5f4092fcccef732 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Tue, 29 Oct 2019 17:52:57 -0400 Subject: Remove TTY tests - dead code (#3229) --- cli/js/os_test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/js') 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()); }); -- cgit v1.2.3