remove check coverage from nyc. It would otherwise fail when testing with node <=10
This commit is contained in:
parent
c1cd2729d6
commit
98c552773b
|
@ -35,7 +35,7 @@
|
||||||
"node": ">=10.4.0"
|
"node": ">=10.4.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "nyc --check-coverage mocha",
|
"test": "nyc mocha",
|
||||||
"coverage": "nyc report --reporter=lcov",
|
"coverage": "nyc report --reporter=lcov",
|
||||||
"build:js": "rollup -c build/rollup.config.js",
|
"build:js": "rollup -c build/rollup.config.js",
|
||||||
"build:standard": "standard --fix",
|
"build:standard": "standard --fix",
|
||||||
|
|
Loading…
Reference in New Issue