Skip to content

Commit

Permalink
Removed default test case
Browse files Browse the repository at this point in the history
  • Loading branch information
hkam0006 committed Apr 27, 2024
1 parent 83c39c3 commit 2d68d77
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/src/App.test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { render, screen } from '@testing-library/react';
import App from './App';

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

});

0 comments on commit 2d68d77

Please sign in to comment.