diff --git a/jest.config.js b/jest.config.js index de130e245..0e82f580c 100644 --- a/jest.config.js +++ b/jest.config.js @@ -14,7 +14,6 @@ module.exports = { ], testEnvironment: 'node', setupFilesAfterEnv: [ 'jest-rdf', '/test/util/SetupTests.ts' ], - collectCoverage: true, coveragePathIgnorePatterns: [ '/dist/', '/node_modules/', diff --git a/package.json b/package.json index de7b450ed..69e740a7c 100644 --- a/package.json +++ b/package.json @@ -54,8 +54,8 @@ "test": "npm run test:ts && npm run jest", "test:deploy": "test/deploy/validate-package.sh", "test:ts": "tsc -p test --noEmit", - "test:integration": "jest --coverageThreshold '{}' test/integration", - "test:unit": "jest test/unit", + "test:integration": "jest test/integration", + "test:unit": "jest --collectCoverage test/unit", "validate": "componentsjs-compile-config urn:solid-server:default:Initializer -c config/config-default.json -f > /dev/null", "version": "manual-git-changelog onversion", "watch": "nodemon --watch \"dist/**/*.js\" --exec npm start"