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