redux-devtools/packages/devui/tests/__snapshots__/Button.test.js.snap
Nathan Bierema afc6478815
chore(*): upgrade styled-components (#575)
* styled-components

* Update snapshots
2020-08-09 00:15:49 -04:00

14 lines
192 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Button renders correctly 1`] = `
<div
class="sc-AxhUy dkmwYZ"
>
<button
class="sc-AxiKw jvXzBz"
>
Text
</button>
</div>
`;