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

* Update snapshots

* Update snpashots

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2025-09-01 11:57:43 -04:00

25 lines
350 B
Plaintext

// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`SegmentedControl renders correctly 1`] = `
<div
class="css-rlakr"
>
<button
data-selected="true"
value="Button1"
>
Button1
</button>
<button
value="Button2"
>
Button2
</button>
<button
value="Button3"
>
Button3
</button>
</div>
`;