mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
39 lines
534 B
Plaintext
39 lines
534 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`Toolbar renders correctly 1`] = `
|
||
|
<div
|
||
|
class="sc-jzJRlG bBrbNn"
|
||
|
>
|
||
|
<div
|
||
|
class="sc-ifAKCX jTewnV"
|
||
|
>
|
||
|
<button
|
||
|
class="sc-htpNat fWcQZ"
|
||
|
>
|
||
|
1
|
||
|
</button>
|
||
|
</div>
|
||
|
<div
|
||
|
class="sc-cSHVUG jRyzIG"
|
||
|
/>
|
||
|
<div
|
||
|
class="sc-kAzzGY lcEaIs"
|
||
|
/>
|
||
|
<div
|
||
|
class="sc-ifAKCX jTewnV"
|
||
|
>
|
||
|
<button
|
||
|
class="sc-htpNat fWcQZ"
|
||
|
>
|
||
|
2
|
||
|
</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|
||
|
|
||
|
exports[`Toolbar renders with props 1`] = `
|
||
|
<div
|
||
|
class="sc-jzJRlG hDKaKb"
|
||
|
/>
|
||
|
`;
|