- Replaced legacy `useAuthStore` mocks with `useAuth` for consistency with the `AuthContext` pattern. - Updated test cases in `Header` and `AuthGuard` to mock `AuthContext` instead of Zustand hooks. - Improved test isolation by injecting `AuthProvider` where applicable.