Split the Dashboard from All Tasks. (#10)
Reviewed-on: #10 Co-authored-by: Drew Galbraith <drew@tiramisu.one> Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
parent
b0916990fb
commit
8e6ac03f70
10 changed files with 572 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue