import React from 'react'; import { mount } from 'enzyme'; import OrganizationListItem from '../../../../src/pages/Organizations/components/OrganizationListItem'; xdescribe('', () => { test('initially renders succesfully', () => { mount( ); }); });