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

39 lines
532 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-fzokOt kWHFmJ"
2019-01-03 16:00:55 +03:00
>
<div
class="sc-AxhUy dkmwYZ"
2019-01-03 16:00:55 +03:00
>
<button
class="sc-AxiKw jvXzBz"
2019-01-03 16:00:55 +03:00
>
1
</button>
</div>
<div
class="sc-fzqBZW bdkKty"
2019-01-03 16:00:55 +03:00
/>
<div
class="sc-fzqNJr jGNKLq"
2019-01-03 16:00:55 +03:00
/>
<div
class="sc-AxhUy dkmwYZ"
2019-01-03 16:00:55 +03:00
>
<button
class="sc-AxiKw jvXzBz"
2019-01-03 16:00:55 +03:00
>
2
</button>
</div>
</div>
`;
exports[`Toolbar renders with props 1`] = `
<div
class="sc-fzokOt hoHbQE"
2019-01-03 16:00:55 +03:00
/>
`;