mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 15:29:04 +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) => ({
|
const setup = (props) => ({
|
||||||
...render(<ApplicationInfosPage {...props} />, {
|
...render(<ApplicationInfosPage {...props} />, {
|
||||||
wrapper({ children }) {
|
wrapper({ children }) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user