Changeset 3f5bf9e for client_app/src


Ignore:
Timestamp:
01/05/21 03:45:09 (3 years ago)
Author:
Vzdra <vladko.zdravkovski@…>
Branches:
master
Children:
a222a43
Parents:
f36822a
Message:

added test login

Location:
client_app/src
Files:
5 added
1 deleted
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • client_app/src/App.test.js

    rf36822a r3f5bf9e  
    11import { render, screen } from '@testing-library/react';
    2 import App from './App';
     2import App from './components/main/App';
    33
    44test('renders learn react link', () => {
  • client_app/src/index.js

    rf36822a r3f5bf9e  
    22import ReactDOM from 'react-dom';
    33import './index.css';
    4 import App from './App';
     4import App from './components/main/App';
    55import reportWebVitals from './reportWebVitals';
    66
     
    1212);
    1313
    14 // If you want to start measuring performance in your app, pass a function
    15 // to log results (for example: reportWebVitals(console.log))
    16 // or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
    1714reportWebVitals();
Note: See TracChangeset for help on using the changeset viewer.