parent
8f8e44a068
commit
9ce5309478
@ -1,8 +1,8 @@ |
|||||||
import { render, screen } from '@testing-library/react'; |
import { render, screen } from '@testing-library/react'; |
||||||
import App from './App'; |
import App from './App'; |
||||||
|
|
||||||
test('renders learn react link', () => { |
/*test('renders learn react link', () => { |
||||||
render(<App />); |
render(<App />); |
||||||
const linkElement = screen.getByText(/learn react/i); |
const linkElement = screen.getByText(/learn react/i); |
||||||
expect(linkElement).toBeInTheDocument(); |
expect(linkElement).toBeInTheDocument(); |
||||||
}); |
});*/ |
||||||
|
Loading…
Reference in new issue