import React from 'react'; import ServiceCallsInformation from './index'; const data = {}; describe('ServiceCallsInformation', () => { const defaultElement = ; let wrapper; beforeEach(() => { wrapper = shallow(defaultElement); }); it('should render correctly', () => { expect(wrapper).toMatchSnapshot(); }); });