Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Commented App component test that expected the text 'Welcome to wiq_e…
Browse files Browse the repository at this point in the history
…s1c'
  • Loading branch information
RubenFern committed Feb 1, 2024
1 parent feab715 commit 9988b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { render, screen } from '@testing-library/react';
import App from './App';

test('renders learn react link', () => {
render(<App />);
/*render(<App />);
const linkElement = screen.getByText(/Welcome to wiq_es1c/i);
expect(linkElement).toBeInTheDocument();
expect(linkElement).toBeInTheDocument();*/
});

0 comments on commit 9988b8a

Please sign in to comment.