import React from 'react'; import { createComponent } from 'soapbox/test_helpers'; import ColumnBackButton from '../column_back_button'; describe('', () => { it('renders correctly', () => { const component = createComponent(); const tree = component.toJSON(); expect(tree).toMatchSnapshot(); }); });