v1.0.9-beta.034 - test: fix prisma transaction and logger mocks in stats API test
- Updated the Logger mock in tests/api/stats-route.test.ts to correctly mock the singular .log() method instead of standard console methods.
- Added missing Prisma models (
equest, issue, user) to the database mock to prevent .count() from throwing undefined errors during the $transaction execution. - Test suite now successfully executes and passes all 16 tests across all 4 suites.