button.test.jsx.snap 205 B

12345678910111213
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`ButtonComponent matches snapshot 1`] = `
  3. <span
  4. className=""
  5. onClick={[Function]}
  6. role="button"
  7. >
  8. <div
  9. className={undefined}
  10. />
  11. </span>
  12. `;