redux-devtools/packages/redux-devtools-ui/test/__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-brKeYL btIpwm"
2019-01-03 16:00:55 +03:00
>
<div
class="sc-eDDNvR beMOYU"
2019-01-03 16:00:55 +03:00
>
<button
class="sc-dmqHEX eFTdot"
2019-01-03 16:00:55 +03:00
>
1
</button>
</div>
<div
class="sc-ktEKTO bnAnBx"
2019-01-03 16:00:55 +03:00
/>
<div
class="sc-hAtEyd kMwolz"
2019-01-03 16:00:55 +03:00
/>
<div
class="sc-eDDNvR beMOYU"
2019-01-03 16:00:55 +03:00
>
<button
class="sc-dmqHEX eFTdot"
2019-01-03 16:00:55 +03:00
>
2
</button>
</div>
</div>
`;
exports[`Toolbar renders with props 1`] = `
<div
class="sc-brKeYL fJNNDT"
2019-01-03 16:00:55 +03:00
/>
`;