Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dompuiu committed Dec 3, 2020
1 parent 5a3a604 commit f232003
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,5 @@ module.exports = {
runner: 'jest-runner-eslint',
testMatch: ['<rootDir>/src/**']
}
],

collectCoverageFrom: [
'./src/**/*.{js,jsx}',
'!**/node_modules/**',
'!**/vendor/**',
'!**/__tests__/**'
],

coverageReporters: ['lcov', 'text', 'html']
]
};

0 comments on commit f232003

Please sign in to comment.