Skip to content

Commit

Permalink
tech: jest coverageReporters="json-summary"
Browse files Browse the repository at this point in the history
  • Loading branch information
chvarkov committed Sep 7, 2024
1 parent 02d2002 commit 54db8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 54db8dc

Please sign in to comment.