Skip to content

Commit

Permalink
build(coverage): ignore index barrels
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAntix committed Feb 2, 2024
1 parent 4ea6423 commit 2660995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"jest": {
"preset": "ts-jest",
"coveragePathIgnorePatterns": [
"/node_modules/"
"/node_modules/",
"/index.ts"
],
"collectCoverageFrom": [
"src/**/*.ts"
Expand Down

0 comments on commit 2660995

Please sign in to comment.