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