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