mirror of
https://github.com/strapi/strapi.git
synced 2025-08-03 14:28:40 +00:00
Chore: Cleanup tests
This commit is contained in:
parent
1be9debbc3
commit
02aac33f47
@ -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 }) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user