import React from 'react'; import { MemoryRouter } from 'react-router-dom'; import { mount } from 'enzyme'; import Organizations from '../../../src/pages/Organizations/index'; describe('', () => { test('initially renders succesfully', () => { mount( ); }); });