diff --git a/packages/feature-flag/package.json b/packages/feature-flag/package.json index 67b42ba1652..d7cf8bf2b95 100644 --- a/packages/feature-flag/package.json +++ b/packages/feature-flag/package.json @@ -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'\"" }, diff --git a/packages/yoastseo/jest.config.js b/packages/yoastseo/jest.config.js index f8e5ec9424c..a40303a4911 100644 --- a/packages/yoastseo/jest.config.js +++ b/packages/yoastseo/jest.config.js @@ -1,5 +1,4 @@ module.exports = { - collectCoverage: true, moduleFileExtensions: [ "js", ],