1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Toolbar renders correctly 1`] = `
<div
class="sc-jEACwC kawwwh"
>
<div
class="sc-dcJsrY dAhqLr"
>
<button
class="sc-eqUAAy fNGiZB"
>
1
</button>
</div>
<div
class="sc-cPiKLX jaimvX"
/>
<div
class="sc-dLMFU crJLZZ"
/>
<div
class="sc-dcJsrY dAhqLr"
>
<button
class="sc-eqUAAy fNGiZB"
>
2
</button>
</div>
</div>
`;
exports[`Toolbar renders with props 1`] = `
<div
class="sc-jEACwC hdWhho"
/>
`;
|