source: client_app/src/App.test.js@ 580ba1a

Last change on this file since 580ba1a was 3f5bf9e, checked in by Vzdra <vladko.zdravkovski@…>, 3 years ago

added test login

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