Skip to content

Commit

Permalink
Remove Jest collectCoverageFrom in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorreem committed Sep 6, 2023
1 parent 9833251 commit 5a4a9b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node",
"moduleDirectories": [
Expand All @@ -108,6 +105,11 @@
],
"modulePaths": [
"<rootDir>"
],
"testPathIgnorePatterns": [
"src/migrations",
"dist",
"coverage"
]
}
}

0 comments on commit 5a4a9b1

Please sign in to comment.