From aff8959ca2a83a94de65269fe5a6a24e47114156 Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Tue, 27 Feb 2024 09:56:51 +0100 Subject: [PATCH] Remove mock of deleted component --- tests/unit/components/UserProfile/UserProfile.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/components/UserProfile/UserProfile.test.js b/tests/unit/components/UserProfile/UserProfile.test.js index e80c45d6f..f4dae502d 100644 --- a/tests/unit/components/UserProfile/UserProfile.test.js +++ b/tests/unit/components/UserProfile/UserProfile.test.js @@ -39,8 +39,6 @@ jest.mock( } ); -jest.mock( "components/UserProfile/UserDescription" ); - describe( "UserProfile", () => { it( "should render inside mocked container for testing", () => { renderComponent( );