mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-12 04:37:06 +03:00
89c8d7759e
* Upgrade * yarn.lock * Combine * Ignore * Update snapshots * All the cool kids are doing this
39 lines
533 B
Plaintext
39 lines
533 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Toolbar renders correctly 1`] = `
|
|
<div
|
|
class="sc-bqGGPW epxzCc"
|
|
>
|
|
<div
|
|
class="sc-eCApnc fBsDrg"
|
|
>
|
|
<button
|
|
class="sc-dlnjwi YTVoL"
|
|
>
|
|
1
|
|
</button>
|
|
</div>
|
|
<div
|
|
class="sc-ksluID Osoke"
|
|
/>
|
|
<div
|
|
class="sc-hBMUJo eOpmnQ"
|
|
/>
|
|
<div
|
|
class="sc-eCApnc fBsDrg"
|
|
>
|
|
<button
|
|
class="sc-dlnjwi YTVoL"
|
|
>
|
|
2
|
|
</button>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`Toolbar renders with props 1`] = `
|
|
<div
|
|
class="sc-bqGGPW cWsbPt"
|
|
/>
|
|
`;
|