Create task view and form.

This commit is contained in:
Drew 2025-09-22 21:09:42 -07:00
parent d60d834f38
commit 843d2a8c7b
4 changed files with 297 additions and 22 deletions

View file

@ -9,8 +9,7 @@ describe('Home component', () => {
expect(
screen.getByText(/GTD-inspired task management system/i)
).toBeInTheDocument()
expect(
screen.getByText(/Task Management Interface Coming Soon/i)
).toBeInTheDocument()
// TaskList component should be rendered (initially shows loading state)
expect(screen.getByText(/Loading.../i)).toBeInTheDocument()
})
})