mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
727d753081
* stash * and those * stash * stash * stash * stash * tests * fix errors * revert * stash * fix lint * prettier
14 lines
192 B
Plaintext
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>
|
|
`;
|