Add tests for the redesigned dashboard components and hooks. No dashboard tests exist currently -- this establishes test coverage for the new implementation.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Relates to #196
Summary
Add tests for the redesigned dashboard components and hooks. No dashboard tests exist currently -- this establishes test coverage for the new implementation.
Files
frontend/src/features/dashboard/hooks/__tests__/useDashboardData.test.ts-- hook testsfrontend/src/features/dashboard/components/__tests__/VehicleRosterCard.test.tsx-- card component testsfrontend/src/features/dashboard/components/__tests__/ActionBar.test.tsx-- action bar testsfrontend/src/features/dashboard/components/__tests__/DashboardScreen.test.tsx-- integration testsAcceptance Criteria
npm testnpm run lintnpm run type-check