Skip to content

Commit

Permalink
Merge branch 'mm-005-header-v2' of https://github.com/techswitch-lear…
Browse files Browse the repository at this point in the history
…ners/mars-mission-2024-aug into mm-005-header-v2
  • Loading branch information
Purbai committed Jul 31, 2024
2 parents 2e6bd7e + 5123b30 commit 27def32
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/App.test.tsx
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
import { render, screen, fireEvent } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import App from './App';
import "@testing-library/jest-dom";
import Hamburger from './Hamburgerbutton';


// remove this test when real tests are added
test('renders header', () => {
render(<App />);
const header = screen.getByText(/MarsioKart/i);
expect(header).toBeInTheDocument();
});
/* test('renders learn react link', () => {
render(<App />);
const linkElement = screen.getByText(/learn react/i);
expect(linkElement).toBeInTheDocument();
}); */




Expand Down

0 comments on commit 27def32

Please sign in to comment.