Files
budget-app/server/src/__tests__/paychecks.routes.test.js
Christian Hood 1106ec770c Add paychecks route unit tests
Tests cover GET /api/paychecks (virtual + saved), GET /api/paychecks/months,
POST /api/paychecks/generate, PATCH /api/paychecks/:id (gross/net),
PATCH /api/paycheck-bills/:id/amount, and PATCH /api/paycheck-bills/:id/paid
(paid toggle + amount_override locking).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 21:08:49 -04:00

12 KiB