redux-devtools/packages/devui/tests/__snapshots__/Toolbar.test.tsx.snap
Nathan Bierema 727d753081
feature(devui): convert to TypeScript (#629)
* stash

* and those

* stash

* stash

* stash

* stash

* tests

* fix errors

* revert

* stash

* fix lint

* prettier
2020-09-09 10:35:22 -04:00

39 lines
532 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Toolbar renders correctly 1`] = `
<div
class="sc-fznZeY bcKxBO"
>
<div
class="sc-AxhUy dkmwYZ"
>
<button
class="sc-AxiKw jvXzBz"
>
1
</button>
</div>
<div
class="sc-fzokOt drZiIn"
/>
<div
class="sc-fzqBZW kjCEpb"
/>
<div
class="sc-AxhUy dkmwYZ"
>
<button
class="sc-AxiKw jvXzBz"
>
2
</button>
</div>
</div>
`;
exports[`Toolbar renders with props 1`] = `
<div
class="sc-fznZeY csZTMz"
/>
`;