app/react/Layout/specs/__snapshots__/BackButton.spec.js.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Icon should render the back button to the provided url 1`] = `
<Connect(I18NLink)
className="btn btn-default extra-class"
to="/some/url"
>
<Connect(Icon)
icon="arrow-left"
/>
<span
className="btn-label"
>
Back
</span>
</Connect(I18NLink)>
`;