feat: Dashboard redesign tests (#196) #201
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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