Skip to content

Commit a962ab3

Browse files
remove test line
1 parent 05366c8 commit a962ab3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Layout.test.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ describe('Layout Component', () => {
2222
</MemoryRouter>,
2323
);
2424

25-
expect(screen.getByText('Smart shopping list')).toBeInTheDocument();
2625
expect(screen.getByText('Home')).toBeInTheDocument();
2726
expect(screen.getByText('List')).toBeInTheDocument();
2827
expect(screen.getByText('Manage List')).toBeInTheDocument();

0 commit comments

Comments
 (0)