jest: remove unused snapshot
This commit is contained in:
parent
ef809a8d59
commit
a38963abba
1 changed files with 0 additions and 22 deletions
|
@ -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>
|
||||
`;
|
Loading…
Reference in a new issue