diff --git a/src/App.test.tsx b/src/App.test.tsx index 2a68616..267c0b9 100644 --- a/src/App.test.tsx +++ b/src/App.test.tsx @@ -4,6 +4,4 @@ import App from './App'; test('renders learn react link', () => { render(); - const linkElement = screen.getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); });