jest: remove unused snapshot

This commit is contained in:
Alex Gleason 2021-10-14 13:55:26 -05:00
parent ef809a8d59
commit a38963abba
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -1,22 +0,0 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<ColumnBackButtonSlim /> renders correctly 1`] = `
<div
className="column-back-button--slim"
>
<div
className="column-back-button column-back-button--slim-button"
onClick={[Function]}
onKeyUp={[Function]}
role="button"
tabIndex="0"
>
<i
alt="chevron-left"
className="fa fa-chevron-left column-back-button__icon fa-fw"
role="img"
/>
Back
</div>
</div>
`;