redux-devtools/packages/redux-devtools-ui/test/__snapshots__/SegmentedControl.test.tsx.snap
renovate[bot] 3abaa33177
fix(deps): update all non-major dependencies (#1362)
* fix(deps): update all non-major dependencies

* Update snapshots

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-03-15 11:35:42 +00:00

25 lines
339 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`SegmentedControl renders correctly 1`] = `
<div
class="sc-csCMJt gNLGPY"
>
<button
data-selected="true"
value="Button1"
>
Button1
</button>
<button
value="Button2"
>
Button2
</button>
<button
value="Button3"
>
Button3
</button>
</div>
`;