mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
- Fixed API client: Changed response.json().catch() to try-catch pattern (14 tests) - Fixed auth middleware: Check for undefined user before accessing user.level (1 test) - Fixed compiler: Treat empty string as undefined for map field (3 tests) - Fixed retry tests: Use callCount variable instead of mock.calls.length (4 tests) - Fixed unhandled rejection warnings: Add catch handlers in error tests Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>