Skip to content

Commit

Permalink
remove spec and module files from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanion committed Jul 9, 2022
1 parent 7575d32 commit db33e3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage",
"coverageIgnorePatterns": [
"^.+\\.spec.ts$",
"^.+\\.module.ts$",
"index.ts"
],
"testEnvironment": "node"
}
}

0 comments on commit db33e3f

Please sign in to comment.