redux-devtools/packages/devui/tests/__snapshots__/Button.test.js.snap
2019-01-03 15:00:55 +02:00

14 lines
193 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Button renders correctly 1`] = `
<div
class="sc-ifAKCX jTewnV"
>
<button
class="sc-htpNat fWcQZ"
>
Text
</button>
</div>
`;