Skip to content

Commit

Permalink
Ignore coverage on exports
Browse files Browse the repository at this point in the history
  • Loading branch information
htunnicliff committed Jul 16, 2022
1 parent 88a4c45 commit 94e87bb
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 @@
export default {
clearMocks: true,
collectCoverage: true,
collectCoverageFrom: ["lib/**"],
collectCoverageFrom: ["lib/**", "!lib/index.ts", "!lib/types.ts"],
coverageDirectory: "coverage",
coverageProvider: "v8",
coverageReporters: ["text", "json"],
Expand Down

0 comments on commit 94e87bb

Please sign in to comment.