redux-devtools/packages/devui/tests/__snapshots__/Toolbar.test.tsx.snap

39 lines
533 B
Plaintext
Raw Normal View History

2019-01-03 16:00:55 +03:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Toolbar renders correctly 1`] = `
<div
class="sc-bqGGPW epxzCc"
2019-01-03 16:00:55 +03:00
>
<div
class="sc-eCApnc fBsDrg"
2019-01-03 16:00:55 +03:00
>
<button
class="sc-dlnjwi YTVoL"
2019-01-03 16:00:55 +03:00
>
1
</button>
</div>
<div
class="sc-ksluID Osoke"
2019-01-03 16:00:55 +03:00
/>
<div
class="sc-hBMUJo eOpmnQ"
2019-01-03 16:00:55 +03:00
/>
<div
class="sc-eCApnc fBsDrg"
2019-01-03 16:00:55 +03:00
>
<button
class="sc-dlnjwi YTVoL"
2019-01-03 16:00:55 +03:00
>
2
</button>
</div>
</div>
`;
exports[`Toolbar renders with props 1`] = `
<div
class="sc-bqGGPW cWsbPt"
2019-01-03 16:00:55 +03:00
/>
`;