Skip to content

Commit

Permalink
coverage: ignore non useful files
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Aug 10, 2023
1 parent f61aecb commit 5d8e02d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
}
]
},
"coveragePathIgnorePatterns": [
"src/EnhancedEventEmitter.ts",
"src/Logger.ts",
"src/utils.ts",
"src/tests"
],
"cacheDirectory": ".cache/jest"
},
"dependencies": {
Expand Down

0 comments on commit 5d8e02d

Please sign in to comment.