mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
chore: fix test coverage (#2699)
This commit is contained in:
parent
53adb0c515
commit
f0bc318712
1 changed files with 2 additions and 2 deletions
|
@ -131,8 +131,8 @@
|
|||
"^.+\\.ts$": "ts-jest"
|
||||
},
|
||||
"collectCoverageFrom": [
|
||||
"**/*.(t|j)s",
|
||||
"!<rootDir>/infra/**/*"
|
||||
"<rootDir>/src/**/*.(t|j)s",
|
||||
"!<rootDir>/src/infra/**/*"
|
||||
],
|
||||
"coverageDirectory": "./coverage",
|
||||
"coverageThreshold": {
|
||||
|
|
Loading…
Reference in a new issue