Skip to content

Commit

Permalink
Disables automatic unit test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Feb 9, 2020
1 parent 607c3c3 commit b6477d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module.exports = {
testMatch: [
'**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)',
],
collectCoverage: true,
collectCoverageFrom: ['**/src/**/*.(js|jsx|ts|tsx|vue)'],
coverageDirectory: 'tests/unit/coverage',
coverageReporters: [
Expand Down

0 comments on commit b6477d2

Please sign in to comment.