Skip to content

Commit

Permalink
chore: fix test coverage (immich-app#2699)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Jun 9, 2023
1 parent 53adb0c commit f0bc318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
"^.+\\.ts$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s",
"!<rootDir>/infra/**/*"
"<rootDir>/src/**/*.(t|j)s",
"!<rootDir>/src/infra/**/*"
],
"coverageDirectory": "./coverage",
"coverageThreshold": {
Expand Down

0 comments on commit f0bc318

Please sign in to comment.