1
0
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:
Jason Rasmussen 2023-06-09 16:20:15 -04:00 committed by GitHub
parent 53adb0c515
commit f0bc318712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,8 +131,8 @@
"^.+\\.ts$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s",
"!<rootDir>/infra/**/*"
"<rootDir>/src/**/*.(t|j)s",
"!<rootDir>/src/infra/**/*"
],
"coverageDirectory": "./coverage",
"coverageThreshold": {