mirror of
https://github.com/immich-app/immich.git
synced 2024-12-26 10:50:29 +02:00
chore: fix test coverage (#2699)
This commit is contained in:
parent
53adb0c515
commit
f0bc318712
@ -131,8 +131,8 @@
|
|||||||
"^.+\\.ts$": "ts-jest"
|
"^.+\\.ts$": "ts-jest"
|
||||||
},
|
},
|
||||||
"collectCoverageFrom": [
|
"collectCoverageFrom": [
|
||||||
"**/*.(t|j)s",
|
"<rootDir>/src/**/*.(t|j)s",
|
||||||
"!<rootDir>/infra/**/*"
|
"!<rootDir>/src/infra/**/*"
|
||||||
],
|
],
|
||||||
"coverageDirectory": "./coverage",
|
"coverageDirectory": "./coverage",
|
||||||
"coverageThreshold": {
|
"coverageThreshold": {
|
||||||
|
Loading…
Reference in New Issue
Block a user