Skip to content
Snippets Groups Projects
Commit 43cf14ed authored by Asgher Merchant's avatar Asgher Merchant
Browse files

Delete App.test.js

parent 037daed4
Branches
No related merge requests found
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();
});
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment