mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
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-bqyKOL kijwRz"
|
|
>
|
|
<div
|
|
class="sc-eCstlR hyNRxs"
|
|
>
|
|
<button
|
|
class="sc-dlfnuX bpFXet"
|
|
>
|
|
1
|
|
</button>
|
|
</div>
|
|
<div
|
|
class="sc-kstqJO icaEkX"
|
|
/>
|
|
<div
|
|
class="sc-hBEYId bvLjEB"
|
|
/>
|
|
<div
|
|
class="sc-eCstlR hyNRxs"
|
|
>
|
|
<button
|
|
class="sc-dlfnuX bpFXet"
|
|
>
|
|
2
|
|
</button>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`Toolbar renders with props 1`] = `
|
|
<div
|
|
class="sc-bqyKOL ddKOSq"
|
|
/>
|
|
`;
|