Skip to content
Snippets Groups Projects
Unverified Commit deef2838 authored by Avanish Singh's avatar Avanish Singh Committed by GitHub
Browse files

Create App.test.js

parent a453573f
No related branches found
No related tags found
No related merge requests found
import React from 'react';
import { render } from '@testing-library/react';
import App from './App';
test('renders learn react link', () => {
const { getByText } = render(<App />);
const linkElement = getByText(/learn react/i);
expect(linkElement).toBeInTheDocument();
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment