Skip to content

Commit

Permalink
🧪 Mejorando tests - quitando imports innecesarios
Browse files Browse the repository at this point in the history
  • Loading branch information
coral2742 committed May 7, 2024
1 parent 0f30343 commit 02f2e0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webapp/src/components/Game.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import MockAdapter from 'axios-mock-adapter';
import Game from './Game';
import { MemoryRouter } from 'react-router-dom'; // Importa MemoryRouter

import MainPage from './MainPage';
import { BrowserRouter as Router } from 'react-router-dom';


const mockAxios = new MockAdapter(axios);

const renderGameComponent = (numQuestions, timePerQuestion) => {
Expand Down

0 comments on commit 02f2e0f

Please sign in to comment.