Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-07-26 22:28:26 +0300
committerAnna Henningsen <anna@addaleax.net>2017-07-29 18:28:42 +0300
commit7b6a77403cfbb42e2989d84f13c53561f229662b (patch)
tree395bfa9701f404d0237dbfef8b2b81a1dc84135d /.eslintignore
parent15b9aa13599efd573fc80a92f80baae6594869f0 (diff)
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--.eslintignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore
index bd85fff8e42..38d3367e9d1 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
node_modules