redux-devtools/packages/redux-devtools-ui/tests/__snapshots__/Button.test.tsx.snap
2021-09-18 14:00:58 +00:00

14 lines
194 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Button renders correctly 1`] = `
<div
class="sc-eCstlR hyNRxs"
>
<button
class="sc-dlfnuX bpFXet"
>
Text
</button>
</div>
`;