Fix UI test timeouts, TypeScript compilation, dependency compatibility, and backend tests with isolated test suite using per-test mocking (#930)

This commit is contained in:
Copilot
2025-12-20 15:09:26 +01:00
committed by GitHub
parent 5a54ba4983
commit 92aa2c9fa8
14 changed files with 3135 additions and 667 deletions

View File

@@ -13,7 +13,8 @@
"sourceMap": true,
"types": ["node"],
"skipLibCheck": true,
"esModuleInterop": true
"esModuleInterop": true,
"downlevelIteration": true
},
"include": [
"src/electron.ts",