Skip to content

Commit e666f1f

Browse files
authored
chore(test-speed): Removed the collectCoverage true in the jest.config.js file (CenterForOpenScience#293)
1 parent 256184a commit e666f1f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
preset: 'jest-preset-angular',
33
setupFilesAfterEnv: ['<rootDir>/setup-jest.ts'],
44
globalSetup: '<rootDir>/jest.global-setup.ts',
5-
collectCoverage: true,
5+
collectCoverage: false,
66
coverageReporters: ['json-summary', 'lcov', 'clover'],
77
moduleNameMapper: {
88
'^@osf/(.*)$': '<rootDir>/src/app/$1',

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"test:watch": "jest --watch",
2626
"test:coverage": "jest --coverage && npm run test:display",
2727
"test:check-coverage-thresholds": "node .github/scripts/check-coverage-thresholds.js",
28-
"test:counter": "node .github/counter/counter.test.increment.js",
2928
"test:display": "node .github/counter/counter.test.display.js",
3029
"watch": "ng build --watch --configuration development"
3130
},

0 commit comments

Comments
 (0)