diff --git a/frontend/src/App.test.tsx b/frontend/src/App.test.tsx index 2a68616..fe92c0a 100644 --- a/frontend/src/App.test.tsx +++ b/frontend/src/App.test.tsx @@ -1,4 +1,5 @@ import React from 'react'; +import axios from 'axios'; import { render, screen } from '@testing-library/react'; import App from './App';