make unit tests runnable again
All checks were successful
ci / build (push) Successful in 1m8s

This commit is contained in:
Christopher Hase 2025-04-17 13:50:24 +02:00
parent 1d62a62f33
commit b61a166649
5 changed files with 11 additions and 12 deletions

View file

@ -8,7 +8,6 @@
"esModuleInterop": true,
"skipLibCheck": true
},
"include": [
"backend/**/*.ts"
]
"include": ["backend/**/*.ts"],
"exclude": ["backend/**/*.test.ts"]
}