Skip to content

Commit

Permalink
Don't collect coverage by default
Browse files Browse the repository at this point in the history
This is consistent with all our other packages and makes for slightly faster test-runs.
  • Loading branch information
diedexx committed Dec 1, 2023
1 parent 7ff2447 commit b166963
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/feature-flag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "GPL-3.0",
"private": false,
"scripts": {
"test": "jest --coverage",
"test": "jest",
"lint": "eslint ./src ./tests --max-warnings=0",
"prepublishOnly": "rm -rf dist && cp -R src dist && cp package.json dist/package.json && json -I -f dist/package.json -e \"this.main='index.js'\""
},
Expand Down
1 change: 0 additions & 1 deletion packages/yoastseo/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
collectCoverage: true,
moduleFileExtensions: [
"js",
],
Expand Down

0 comments on commit b166963

Please sign in to comment.