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

14 lines
192 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-AxhUy dkmwYZ"
2019-01-03 16:00:55 +03:00
>
<button
class="sc-AxiKw jvXzBz"
2019-01-03 16:00:55 +03:00
>
Text
</button>
</div>
`;