mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-12 04:37:06 +03:00
24 lines
332 B
Plaintext
24 lines
332 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`ContextMenu renders correctly 1`] = `
|
|
<div
|
|
class="sc-EHOje cfLLnh"
|
|
>
|
|
<button
|
|
value="Menu Item 1"
|
|
>
|
|
Menu Item 1
|
|
</button>
|
|
<button
|
|
value="Menu Item 2"
|
|
>
|
|
Menu Item 2
|
|
</button>
|
|
<button
|
|
value="Menu Item 3"
|
|
>
|
|
Menu Item 3
|
|
</button>
|
|
</div>
|
|
`;
|