Remove mock of deleted component

This commit is contained in:
Johannes Klein
2024-02-27 09:56:51 +01:00
parent 5ef49a0d71
commit aff8959ca2

View File

@@ -39,8 +39,6 @@ jest.mock(
}
);
jest.mock( "components/UserProfile/UserDescription" );
describe( "UserProfile", () => {
it( "should render inside mocked container for testing", () => {
renderComponent( <UserProfile /> );