junderw
6 years ago
No known key found for this signature in database
GPG Key ID: B256185D3A971908
1 changed files with
1 additions and
1 deletions
-
package.json
|
|
@ -16,7 +16,7 @@ |
|
|
|
"scripts": { |
|
|
|
"coverage-report": "nyc report --reporter=lcov", |
|
|
|
"coverage-html": "nyc report --reporter=html", |
|
|
|
"coverage": "nyc --check-coverage --branches 80 --functions 80 --lines 80 mocha", |
|
|
|
"coverage": "nyc --check-coverage --branches 83 --functions 90 --lines 89 mocha", |
|
|
|
"integration": "npm run build && mocha --timeout 50000 test/integration/", |
|
|
|
"standard": "standard", |
|
|
|
"test": "npm run build && npm run standard && npm run coverage", |
|
|
|