From 98c552773b185728847c30adc9bcd90b9d1c6ed4 Mon Sep 17 00:00:00 2001 From: juanelas Date: Wed, 23 Sep 2020 00:35:28 +0200 Subject: [PATCH] remove check coverage from nyc. It would otherwise fail when testing with node <=10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7f44d2..88b4ceb 100644 --- a/package.json +++ b/package.json @@ -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",