diff options
Diffstat (limited to 'tests/is_tty.ts')
-rw-r--r-- | tests/is_tty.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/is_tty.ts b/tests/is_tty.ts index a571aee18..2e3fdb49f 100644 --- a/tests/is_tty.ts +++ b/tests/is_tty.ts @@ -1,2 +1 @@ -import { isTTY } from "deno"; -console.log(isTTY().stdin); +console.log(Deno.isTTY().stdin); |