import React from 'react'; import { mountWithContexts } from '../../enzymeHelpers'; import Organizations from '../../../src/pages/Organizations/Organizations'; jest.mock('../../../src/api'); describe('', () => { test('initially renders succesfully', () => { mountWithContexts( ); }); });