fix: jest v29 + tsconfig types for test runner compatibility

This commit is contained in:
2026-05-20 17:25:57 +02:00
parent e641d3abb5
commit 03a8a006a7
3 changed files with 1849 additions and 1659 deletions
+5 -2
View File
@@ -30,11 +30,14 @@
}
},
"devDependencies": {
"@jest/core": "^29.7.0",
"@types/better-sqlite3": "^7.6.13",
"@types/jest": "^30.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^25.9.1",
"@types/node-cron": "^3.0.11",
"jest": "^30.4.2",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-util": "^29.7.0",
"ts-jest": "^29.4.10",
"ts-node": "^10.9.2",
"tsx": "^4.22.3",