source: frontend/src/App.test.js@ e9b4ba9

Last change on this file since e9b4ba9 was e9b4ba9, checked in by darsov2 <62809499+darsov2@…>, 6 months ago

prototype

  • Property mode set to 100644
File size: 246 bytes
Line 
1import { render, screen } from '@testing-library/react';
2import App from './App';
3
4test('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.