summaryrefslogtreecommitdiff
path: root/test/pseudo-tty
diff options
context:
space:
mode:
Diffstat (limited to 'test/pseudo-tty')
-rw-r--r--test/pseudo-tty/test-tty-get-color-depth.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pseudo-tty/test-tty-get-color-depth.js b/test/pseudo-tty/test-tty-get-color-depth.js
index e735f4c286..d4062f5fdb 100644
--- a/test/pseudo-tty/test-tty-get-color-depth.js
+++ b/test/pseudo-tty/test-tty-get-color-depth.js
@@ -2,7 +2,6 @@
const common = require('../common');
const assert = require('assert').strict;
-/* eslint-disable no-restricted-properties */
const { WriteStream } = require('tty');
const fd = common.getTTYfd();