23 lines
341 B
Plaintext
23 lines
341 B
Plaintext
// 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>
|
|
`;
|