Skip to content

Commit 9d30752

Browse files
tests: remove failing coverage check
1 parent a0c6624 commit 9d30752

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"lint": "eslint lib/ examples/ test/ index.js",
1616
"test": "npm run lint && npm run unit",
17-
"unit": "NODE_ENV=test nyc --check-coverage --lines 80 --branches 65 --functions 70 --statements 75 --reporter=lcov --reporter=html mocha -b --recursive",
17+
"unit": "NODE_ENV=test mocha -b --recursive",
1818
"docs": "rm -rf docs && node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
1919
"build": "babel -q ./index.js -d ./dist && babel -q ./lib -d ./dist/lib && copy package.json dist"
2020
},
@@ -59,7 +59,6 @@
5959
"husky": "^4.2.3",
6060
"jsdoc-to-markdown": "^5.0.1",
6161
"mocha": "^7.1.0",
62-
"nyc": "^15.0.0",
6362
"socks-proxy-agent": "^5.0.0",
6463
"standard": "^14.3.1"
6564
},

0 commit comments

Comments
 (0)