Skip to content

Commit

Permalink
fix: fix dumb test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tedzury committed Dec 10, 2023
1 parent b79bdc0 commit f741cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/dumbTest.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import App from '../App';
describe('App', () => {
it('It is a dumb test', () => {
render(<App />);
expect(screen.getByText('Trulala')).toBeInTheDocument();
expect(screen.getByText('login')).toBeInTheDocument();
});
});

0 comments on commit f741cdc

Please sign in to comment.