Skip to content

Commit

Permalink
Fixed redundant import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
hkam0006 committed Oct 9, 2024
1 parent 66099c3 commit daed6c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import store from './utils/store';
import { PersistGate } from 'redux-persist/integration/react';
import { persistStore } from 'redux-persist';
import { render, screen } from '@testing-library/react';
import App from './App';

jest.mock('@mui/x-charts/BarChart', () => ({
BarChart: () => null, // Return a simple functional component that renders nothing
Expand Down

0 comments on commit daed6c8

Please sign in to comment.