Skip to content

Commit

Permalink
Return to the previous version of app test
Browse files Browse the repository at this point in the history
  • Loading branch information
alegarman2002 committed Mar 13, 2024
1 parent 6b1ecae commit d7a0a7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webapp/src/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ import { Router } from 'react-router-dom';

test('renders learn react link', () => {
render(
<App />
<ContextFun>
<Router>
<App />
</Router>
</ContextFun>
);
const linkElement = screen.getByText(/Welcome to wiq_0/i);
expect(linkElement).toBeInTheDocument();
Expand Down

0 comments on commit d7a0a7a

Please sign in to comment.