clean up
This commit is contained in:
parent
816a3df352
commit
fb122a90b8
@ -1,8 +0,0 @@
|
||||
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();
|
||||
});
|
@ -2,7 +2,7 @@ import { render } from '@testing-library/react';
|
||||
|
||||
import { BrowserRouter } from 'react-router-dom';
|
||||
|
||||
import App from './app';
|
||||
import App from './App';
|
||||
|
||||
describe('App', () => {
|
||||
it('should render successfully', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user