Chore: Cleanup tests

This commit is contained in:
Gustav Hansen 2023-07-06 13:39:20 +02:00 committed by Josh
parent 1be9debbc3
commit 02aac33f47

View File

@ -82,13 +82,6 @@ jest.mock('../../../../../hooks', () => ({
})),
}));
jest.mock(
'ee_else_ce/pages/SettingsPage/pages/ApplicationInfosPage/components/AdminSeatInfo',
() => () => {
return <></>;
}
);
const setup = (props) => ({
...render(<ApplicationInfosPage {...props} />, {
wrapper({ children }) {