diff options
author | Rich Trott <rtrott@gmail.com> | 2017-07-26 12:28:26 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2017-07-28 22:06:42 -0700 |
commit | 0fab3b04ba84839f55b5e913cf0871a60b2f8a73 (patch) | |
tree | d2a696b75d80dbf4734dd2185f09269dd74bacb3 /.eslintignore | |
parent | bfb4f4224d9f8f87944d611dd569d1d3579f5523 (diff) | |
download | node-new-0fab3b04ba84839f55b5e913cf0871a60b2f8a73.tar.gz |
test: remove disabled tests directory
There is only one test left in the disabled test directory and it does
not seem worth saving.
PR-URL: https://github.com/nodejs/node/pull/14505
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Khaidi Chu <i@2333.moe>
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore index 26f48161f7..a681716c66 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,7 +2,6 @@ lib/internal/v8_prof_polyfill.js lib/punycode.js test/addons/??_*/ test/fixtures -test/disabled test/tmp*/ tools/eslint tools/icu |