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

39 lines
536 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-bqyKOL kijwRz"
2019-01-03 16:00:55 +03:00
>
<div
class="sc-eCstlR hyNRxs"
2019-01-03 16:00:55 +03:00
>
<button
class="sc-dlfnuX bpFXet"
2019-01-03 16:00:55 +03:00
>
1
</button>
</div>
<div
class="sc-kstqJO icaEkX"
2019-01-03 16:00:55 +03:00
/>
<div
class="sc-hBEYId bvLjEB"
2019-01-03 16:00:55 +03:00
/>
<div
class="sc-eCstlR hyNRxs"
2019-01-03 16:00:55 +03:00
>
<button
class="sc-dlfnuX bpFXet"
2019-01-03 16:00:55 +03:00
>
2
</button>
</div>
</div>
`;
exports[`Toolbar renders with props 1`] = `
<div
class="sc-bqyKOL ddKOSq"
2019-01-03 16:00:55 +03:00
/>
`;