mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-15 22:26:53 +03:00
4fb9f1a6cd
* fix(deps): update all non-major dependencies * Downgrade source-map --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
39 lines
535 B
Plaintext
39 lines
535 B
Plaintext
// 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"
|
|
/>
|
|
`;
|