|
Last change
on this file since badbc79 was badbc79, checked in by Luka Cheshlarov <luka.cheshlarov@…>, 20 months ago |
|
Initial commit
|
-
Property mode
set to
100644
|
|
File size:
246 bytes
|
| Rev | Line | |
|---|
| [badbc79] | 1 | import { render, screen } from '@testing-library/react';
|
|---|
| 2 | import App from './App';
|
|---|
| 3 |
|
|---|
| 4 | test('renders learn react link', () => {
|
|---|
| 5 | render(<App />);
|
|---|
| 6 | const linkElement = screen.getByText(/learn react/i);
|
|---|
| 7 | expect(linkElement).toBeInTheDocument();
|
|---|
| 8 | });
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.