remove dummy test

This commit is contained in:
2023-10-12 13:17:34 +00:00
parent f21c3dbe88
commit 7994d2f4fc
-2
View File
@@ -4,6 +4,4 @@ import App from './App';
test('renders learn react link', () => {
render(<App />);
const linkElement = screen.getByText(/learn react/i);
expect(linkElement).toBeInTheDocument();
});