redux-devtools/packages/devui/tests/__snapshots__/Button.test.tsx.snap
Nathan Bierema 89c8d7759e
chore(*): upgrade dependencies (#744)
* Upgrade

* yarn.lock

* Combine

* Ignore

* Update snapshots

* All the cool kids are doing this
2021-06-18 21:47:26 -04:00

14 lines
193 B
Plaintext

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