Remove the test

master
Joshua Sigona 3 years ago
parent 8f8e44a068
commit 9ce5309478
  1. 4
      src/App.test.js

@ -1,8 +1,8 @@
import { render, screen } from '@testing-library/react';
import App from './App';
test('renders learn react link', () => {
/*test('renders learn react link', () => {
render(<App />);
const linkElement = screen.getByText(/learn react/i);
expect(linkElement).toBeInTheDocument();
});
});*/

Loading…
Cancel
Save