Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
januschung committed Dec 15, 2024
1 parent 854caed commit 13ebaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/__tests__/Loading.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { render, screen } from '@testing-library/react';
import '@testing-library/jest-dom';
import { useMediaQuery } from '@mui/material';
import { useTheme } from '@mui/material/styles';
import Loading from '../Loading';
import Loading from '../common/Loading';

jest.mock('@mui/material/styles', () => ({
...jest.requireActual('@mui/material/styles'),
Expand Down

0 comments on commit 13ebaa7

Please sign in to comment.