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:
authorRod Vagg <rod@vagg.org>2015-12-24 05:56:03 +0300
committerRod Vagg <rod@vagg.org>2016-01-14 14:04:05 +0300
commit3727ae0d7dc940ee3b2bc238fc80cd3605954715 (patch)
treecc407c1b245902969b0ab74674970f993e73db0b /.eslintignore
parent9571be12f6e6ebdd097c8a032a872bada9972d56 (diff)
test: use addon.md block headings as test dir names
instead of doc-* PR-URL: https://github.com/nodejs/node/pull/4412 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore
index e1376c84099..1b91ccd4690 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,7 +1,7 @@
lib/internal/v8_prof_polyfill.js
lib/internal/v8_prof_processor.js
lib/punycode.js
-test/addons/doc-*/
+test/addons/??_*/
test/fixtures
test/**/node_modules
test/disabled