Skip to content

Omnibus v1.0.9-beta.034

Choose a tag to compare

@github-actions github-actions released this 23 Apr 23:13
· 78 commits to main since this release

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.