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 1c648a3 commit eaae4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/MainPage.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { render, fireEvent, screen } from '@testing-library/react';
import { render, fireEvent, screen, act } from '@testing-library/react';
import axios from 'axios';
import MockAdapter from 'axios-mock-adapter';
import MainPage from './MainPage';
Expand Down

0 comments on commit eaae4c6

Please sign in to comment.