Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Oct 25, 2023
1 parent 08b1bbe commit 8ad6ebe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/homepage.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ describe("Home", () => {
expect(getByText("Featured Content")).toBeInTheDocument();
expect(getByText("Rest of swim lanes")).toBeInTheDocument();
expect(getByText("Explore further links")).toBeInTheDocument();
expect(getByText("Footer")).toBeInTheDocument();
});
});

0 comments on commit 8ad6ebe

Please sign in to comment.