Skip to content

Commit

Permalink
Restore ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorgomezv committed Sep 3, 2024
1 parent c9e9e82 commit 04cd9f5
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 @@ -88,6 +88,11 @@
"collectCoverageFrom": [
"^src/**/*.(t|j)s"
],
"coveragePathIgnorePatterns": [
".+\\/__tests__\\/.+\\.factory.(t|j)s",
".e2e-spec.ts",
"main.ts"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node",
"moduleNameMapper": {
Expand Down

0 comments on commit 04cd9f5

Please sign in to comment.