summaryrefslogtreecommitdiff
path: root/test/pseudo-tty
diff options
context:
space:
mode:
authorivan.filenko <filenko@uchi.ru>2018-10-15 20:32:30 +0300
committerRefael Ackermann <refack@gmail.com>2018-11-10 11:45:41 -0500
commit53d424a3289d7dcd5b7671ac112810b3a51a3df1 (patch)
treef6ddcced163f87c7a90fcf54011ef9e39cf8c718 /test/pseudo-tty
parent936ac681b2f5cf58cd2f1069ccc1720c7981e00e (diff)
downloadandroid-node-v8-53d424a3289d7dcd5b7671ac112810b3a51a3df1.tar.gz
android-node-v8-53d424a3289d7dcd5b7671ac112810b3a51a3df1.tar.bz2
android-node-v8-53d424a3289d7dcd5b7671ac112810b3a51a3df1.zip
test: fix uses of deprecated assert.fail with multiple args
PR-URL: https://github.com/nodejs/node/pull/23673 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Refael Ackermann <refack@gmail.com>
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();