Update homepage to use filters.

This commit is contained in:
Drew 2025-09-23 17:31:48 -07:00
parent 6e85edbf05
commit 90d18311fb
8 changed files with 552 additions and 21 deletions

View file

@ -12,7 +12,7 @@ describe('Home component', () => {
</MemoryRouter>
)
expect(
screen.getByRole('heading', { level: 1, name: /Tasks/i })
screen.getByRole('heading', { level: 1, name: /Dashboard/i })
).toBeInTheDocument()
// TaskList component should be rendered with empty state