mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
2b6acd853a
* fix(deps): update all non-major dependencies * Changes Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Button renders correctly 1`] = `
|
|
<div
|
|
class="sc-eCImPb jJlSpx"
|
|
>
|
|
<button
|
|
class="sc-dkPtRN hMJxMJ"
|
|
>
|
|
Text
|
|
</button>
|
|
</div>
|
|
`;
|