s4s-editor / test /unit /components /__snapshots__ /icon-button.test.jsx.snap
soiz1's picture
Upload 2891 files
6bcb42f verified
raw
history blame contribute delete
363 Bytes
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`IconButtonComponent matches snapshot 1`] = `
<div
className="custom-class-name"
onClick={[Function]}
role="button"
>
<img
className={undefined}
draggable={false}
src="imgSrc"
/>
<div
className={undefined}
>
<div>
Text
</div>
</div>
</div>
`;