saveinmed/marketplace/src/utils
Tiago Yamamoto 670af4ea67 test: increase test coverage +10% frontend, +2% backend
Backend (+1.8%):
- Add shipping handler tests (GetShippingSettings, UpsertShippingSettings, CalculateShipping)
- Add ListOrders with role filters tests
- Handler coverage: 32.6% → 37.2%

Frontend (+16 tests, 72 → 88):
- Add jwt.test.ts (6 tests)
- Add logger.test.ts (8 tests)
- Add useDebounce.test.ts (5 tests)
2025-12-26 23:02:18 -03:00
..
format.test.ts fix(tests): fix failing tests and increase coverage 2025-12-26 22:54:51 -03:00
format.ts fix(marketplace): add centralized formatCurrency/formatCents utilities to prevent toFixed errors 2025-12-22 16:31:39 -03:00
jwt.test.ts test: increase test coverage +10% frontend, +2% backend 2025-12-26 23:02:18 -03:00
jwt.ts Fix login token guard 2025-12-22 00:06:06 -03:00
logger.test.ts test: increase test coverage +10% frontend, +2% backend 2025-12-26 23:02:18 -03:00
logger.ts Gate marketplace logs behind logger 2025-12-22 17:52:05 -03:00