redux-devtools/packages/devui/tests/__snapshots__/SegmentedControl.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

25 lines
339 B
Plaintext

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