mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-04-18 22:11:29 -04:00
Remove mock of deleted component
This commit is contained in:
@@ -39,8 +39,6 @@ jest.mock(
|
||||
}
|
||||
);
|
||||
|
||||
jest.mock( "components/UserProfile/UserDescription" );
|
||||
|
||||
describe( "UserProfile", () => {
|
||||
it( "should render inside mocked container for testing", () => {
|
||||
renderComponent( <UserProfile /> );
|
||||
|
||||
Reference in New Issue
Block a user