Area: apps/web/src/shared/components/Pagination.tsx
Goal: Cover page navigation and boundary behavior.
Tasks:
- Render with multi-page, single-page, and empty fixtures.
- Click next/previous and assert the page-change callback.
- Assert first/last buttons are disabled at boundaries.
Acceptance:
- Uses role/text queries and
user-event.
bun run --cwd apps/web test passes.
Area:
apps/web/src/shared/components/Pagination.tsxGoal: Cover page navigation and boundary behavior.
Tasks:
Acceptance:
user-event.bun run --cwd apps/web testpasses.