Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288574 committed Apr 26, 2024
1 parent 990f2ef commit eb17e0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions webapp/src/components/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ const Menu = () => {
navigation("/gameConfiguration", {state: {topics}})
}





return (
<>
<Nav />
Expand Down
1 change: 1 addition & 0 deletions webapp/src/components/Menu.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {MemoryRouter} from 'react-router-dom';
import Menu from './Menu';

const mockAxios = new MockAdapter(axios);
jest.mock('axios');

describe("Menu component", () => {

Expand Down

0 comments on commit eb17e0c

Please sign in to comment.