mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-15 14:17:07 +03:00
94928262b1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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-bqWxrE cDkpaR"
|
|
>
|
|
<div
|
|
class="sc-eDvSVe goAuXT"
|
|
>
|
|
<button
|
|
class="sc-dkrFOg gBSOcI"
|
|
>
|
|
1
|
|
</button>
|
|
</div>
|
|
<div
|
|
class="sc-ksBlkl kGEFah"
|
|
/>
|
|
<div
|
|
class="sc-hBxehG ernVCh"
|
|
/>
|
|
<div
|
|
class="sc-eDvSVe goAuXT"
|
|
>
|
|
<button
|
|
class="sc-dkrFOg gBSOcI"
|
|
>
|
|
2
|
|
</button>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`Toolbar renders with props 1`] = `
|
|
<div
|
|
class="sc-bqWxrE bZThUM"
|
|
/>
|
|
`;
|