remove dummy test
This commit is contained in:
@@ -4,6 +4,4 @@ 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);
|
|
||||||
expect(linkElement).toBeInTheDocument();
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user