diff options
author | Rod Vagg <rod@vagg.org> | 2015-12-24 13:56:03 +1100 |
---|---|---|
committer | Rod Vagg <rod@vagg.org> | 2016-01-14 22:04:05 +1100 |
commit | 3727ae0d7dc940ee3b2bc238fc80cd3605954715 (patch) | |
tree | cc407c1b245902969b0ab74674970f993e73db0b /.eslintignore | |
parent | 9571be12f6e6ebdd097c8a032a872bada9972d56 (diff) | |
download | node-new-3727ae0d7dc940ee3b2bc238fc80cd3605954715.tar.gz |
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-- | .eslintignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore index e1376c8409..1b91ccd469 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 |