diff --git a/package.json b/package.json index abe5ab1..38e2547 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint:fix": "eslint . --fix", "lint:check": "eslint . --max-warnings=0", "test": "jest --silent=false", - "test:cov": "jest --coverage", + "test:cov": "jest --coverage --coverageReporters=\"json-summary\"", "test:coveralls": "jest --runInBand --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "publish-package": "cd dist && npm publish --access public" },