redux-devtools/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap

14 lines
194 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Button renders correctly 1`] = `
<div
class="sc-eCImPb jJlSpx"
>
<button
class="sc-dkPtRN hMJxMJ"
>
Text
</button>
</div>
`;