import React from 'react'; import { shallow } from 'enzyme'; import { Footer } from 'components/Footer'; test('Footer rendering', () => { const component = shallow( ); expect(component).toMatchSnapshot(); });