mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-15 22:26:53 +03:00
65594c5cc9
* fix(deps): update all non-major dependencies * Update snapshots --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
39 lines
536 B
Plaintext
39 lines
536 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Toolbar renders correctly 1`] = `
|
|
<div
|
|
class="sc-brSaZW gnbMQj"
|
|
>
|
|
<div
|
|
class="sc-eDLJxc bKsneK"
|
|
>
|
|
<button
|
|
class="sc-dmyDGi fSTHSn"
|
|
>
|
|
1
|
|
</button>
|
|
</div>
|
|
<div
|
|
class="sc-ktwOSD fypUsW"
|
|
/>
|
|
<div
|
|
class="sc-hABAzo boqWqo"
|
|
/>
|
|
<div
|
|
class="sc-eDLJxc bKsneK"
|
|
>
|
|
<button
|
|
class="sc-dmyDGi fSTHSn"
|
|
>
|
|
2
|
|
</button>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`Toolbar renders with props 1`] = `
|
|
<div
|
|
class="sc-brSaZW bGuXEC"
|
|
/>
|
|
`;
|