Skip to content

Commit

Permalink
Cambiod test MainPage
Browse files Browse the repository at this point in the history
  • Loading branch information
uo264915 committed Apr 11, 2024
1 parent 1bea630 commit e86e645
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/src/components/MainPage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { render, fireEvent, screen } from '@testing-library/react';
import axios from 'axios';
import MockAdapter from 'axios-mock-adapter';
import MainPage from './MainPage';
import { UserProvider } from './UserContext';
import { BrowserRouter as Router } from 'react-router-dom';

const mockAxios = new MockAdapter(axios);

Expand Down

0 comments on commit e86e645

Please sign in to comment.