diff options
Diffstat (limited to 'tests/unit/tty_test.ts')
-rw-r--r-- | tests/unit/tty_test.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/tty_test.ts b/tests/unit/tty_test.ts index f135ae7cf..0c1140804 100644 --- a/tests/unit/tty_test.ts +++ b/tests/unit/tty_test.ts @@ -1,4 +1,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. + +// deno-lint-ignore-file no-deprecated-deno-api + import { assert } from "./test_util.ts"; // Note tests for Deno.stdin.setRaw is in integration tests. |