mirror of
https://github.com/danbulant/node-html-parser
synced 2026-05-19 04:18:52 +00:00
Fix coverage test again.
This commit is contained in:
parent
15f606af4c
commit
c92415854d
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@
|
|||
},
|
||||
"config": {
|
||||
"blanket": {
|
||||
"pattern": "index.js"
|
||||
"pattern": "index.js",
|
||||
"data-cover-never": ["node_modules"]
|
||||
},
|
||||
"travis-cov": {
|
||||
"threshold": 70
|
||||
|
|
|
|||
Loading…
Reference in a new issue