Skip to content

Commit

Permalink
better error and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mlake committed Jan 30, 2022
1 parent d3adb7b commit 1de08c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ module.exports = {
coverageReporters: ["html", "text", "text-summary", "cobertura"],
collectCoverageFrom: [
"src/**/*.ts",
"!**/node_modules/**"
"!**/node_modules/**",
"!src/cli.ts"
],
setupFiles: ["dotenv/config"],
transform: {},
Expand Down

0 comments on commit 1de08c6

Please sign in to comment.