redux-devtools/packages/devui/tests/__snapshots__/Button.test.tsx.snap

14 lines
193 B
Plaintext
Raw Normal View History

2019-01-03 16:00:55 +03:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Button renders correctly 1`] = `
<div
class="sc-eCApnc fBsDrg"
2019-01-03 16:00:55 +03:00
>
<button
class="sc-dlnjwi YTVoL"
2019-01-03 16:00:55 +03:00
>
Text
</button>
</div>
`;