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
+4 -4
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: {