remove check coverage from nyc. It would otherwise fail when testing with node <=10

This commit is contained in:
juanelas 2020-09-23 00:35:28 +02:00
parent c1cd2729d6
commit 98c552773b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
"node": ">=10.4.0"
},
"scripts": {
"test": "nyc --check-coverage mocha",
"test": "nyc mocha",
"coverage": "nyc report --reporter=lcov",
"build:js": "rollup -c build/rollup.config.js",
"build:standard": "standard --fix",