Remove default useless test

This commit is contained in:
Quantum 2022-02-12 22:05:53 -05:00
parent 28655138bf
commit c85d00e1a3

View file

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