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

14 lines
194 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
2019-01-10 21:51:14 +03:00
class="sc-ifAKCX evScRP"
2019-01-03 16:00:55 +03:00
>
<button
2019-01-10 21:51:14 +03:00
class="sc-htpNat ldLqpm"
2019-01-03 16:00:55 +03:00
>
Text
</button>
</div>
`;