Skip to content

Commit

Permalink
Fix-up
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Oct 7, 2024
1 parent 6b8f002 commit e39f99b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jest.mock('react-i18next', () => ({
useTranslation: jest.fn().mockImplementation(() => ({ t: (arg: string) => arg })),
}));

const mockedUseTranslation = jest.mocked(useTranslation);

const mockedIsDesktop = isDesktop as unknown as jest.Mock;
const mockedUseLayoutType = useLayoutType as jest.Mock;

Expand Down

0 comments on commit e39f99b

Please sign in to comment.