mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
89c8d7759e
* Upgrade * yarn.lock * Combine * Ignore * Update snapshots * All the cool kids are doing this
25 lines
338 B
Plaintext
25 lines
338 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`SegmentedControl renders correctly 1`] = `
|
|
<div
|
|
class="sc-crzoAE bFkxJ"
|
|
>
|
|
<button
|
|
data-selected="true"
|
|
value="Button1"
|
|
>
|
|
Button1
|
|
</button>
|
|
<button
|
|
value="Button2"
|
|
>
|
|
Button2
|
|
</button>
|
|
<button
|
|
value="Button3"
|
|
>
|
|
Button3
|
|
</button>
|
|
</div>
|
|
`;
|