redux-devtools/packages/redux-devtools-ui/test/__snapshots__/Toolbar.test.tsx.snap
renovate[bot] 94928262b1
chore(deps): update all non-major dependencies (#1213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-09 23:36:16 +00:00

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"
/>
`;