feat: validate backend runtime configuration

This commit is contained in:
Bastian Wagner
2026-08-17 13:26:38 +02:00
parent a08eecd4e3
commit ceaef3028f
13 changed files with 83 additions and 18 deletions

View File

@@ -3,6 +3,7 @@
"rootDir": "../../..",
"testEnvironment": "node",
"testRegex": "apps/api/test/.*\\.e2e-spec\\.ts$",
"setupFiles": ["<rootDir>/test/setup-env.ts"],
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}