1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

chore: database service unit tests (#13345)

This commit is contained in:
Daniel Dietzler
2024-10-10 15:07:37 +02:00
committed by GitHub
parent bd779ff437
commit 79ae4e211b
2 changed files with 314 additions and 236 deletions

View File

@@ -17,10 +17,10 @@ export default defineConfig({
'src/services/index.ts',
],
thresholds: {
lines: 80,
statements: 80,
branches: 85,
functions: 80,
lines: 85,
statements: 85,
branches: 90,
functions: 85,
},
},
server: {