Diff of /src/App.test.tsx [000000] .. [d6876d]

Switch to unified view

a b/src/App.test.tsx
1
import React from 'react';
2
import { render, screen } from '@testing-library/react';
3
import App from './App';
4
5
test('renders learn react link', () => {
6
  render(<App />);
7
  const linkElement = screen.getByText(/learn react/i);
8
  expect(linkElement).toBeInTheDocument();
9
});