redux-devtools/packages/devui/tests/__snapshots__/Toolbar.test.tsx.snap
renovate[bot] 9a77585dd7
chore(deps): update all non-major dependencies (#758)
* chore(deps): update all non-major dependencies

* Prettify

* Combine versions

* Downgrade knex

* Engine changes

* Only LTS

* Greater than

* Combine lodash

* Fix type

* Fix type

* Update snapshots

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-08-26 09:52:23 -04:00

39 lines
536 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Toolbar renders correctly 1`] = `
<div
class="sc-bqyKOL kijwRz"
>
<div
class="sc-eCstlR hyNRxs"
>
<button
class="sc-dlfnuX bpFXet"
>
1
</button>
</div>
<div
class="sc-kstqJO icaEkX"
/>
<div
class="sc-hBEYId bvLjEB"
/>
<div
class="sc-eCstlR hyNRxs"
>
<button
class="sc-dlfnuX bpFXet"
>
2
</button>
</div>
</div>
`;
exports[`Toolbar renders with props 1`] = `
<div
class="sc-bqyKOL ddKOSq"
/>
`;