Reac front end for psicometric app

App.test.js 281B

12345678910
  1. // import { render, screen } from '@testing-library/react';
  2. // import App from './App';
  3. test('renderizar el login', () => {
  4. console.log('test')
  5. // render(<App />);
  6. // const linkElement = screen.getByText(/GrupoDIT/i);
  7. // expect(linkElement).toBeInTheDocument();
  8. });