Skip to content

Commit

Permalink
fix coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Femi Oladeji committed Jul 12, 2020
1 parent 7a21755 commit d0fa1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
clearMocks: true,
collectCoverage: true,
collectCoverageFrom: [
"src/lib/**/*.{js,jsx}",
"src/**/*.{js,jsx}",
],
coverageDirectory: "coverage",
coverageReporters: [
Expand Down

0 comments on commit d0fa1e5

Please sign in to comment.