icon-button.test.jsx.snap 341 B

12345678910111213141516171819202122
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`IconButtonComponent matches snapshot 1`] = `
  3. <div
  4. className="custom-class-name"
  5. onClick={[Function]}
  6. role="button"
  7. >
  8. <img
  9. className={undefined}
  10. draggable={false}
  11. src="imgSrc"
  12. />
  13. <div
  14. className={undefined}
  15. >
  16. <div>
  17. Text
  18. </div>
  19. </div>
  20. </div>
  21. `;