/* eslint-disable function-paren-newline, comma-dangle */ import React from 'react' import renderWithTheme from '../../testHelper' import FormHeading from '../FormHeading' describe('FormHeading', () => { it('renders a FormHeading', () => { const tree = renderWithTheme( Form Heading ) expect(tree).toMatchSnapshot() }) })