import React from 'react'; import ColumnHeader from '../column_header'; import { createComponentWithIntl } from 'soapbox/test_helpers'; describe('', () => { it('renders correctly with minimal props', () => { const component = createComponentWithIntl(); const tree = component.toJSON(); expect(tree).toMatchSnapshot(); }); });