mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
9a77585dd7
* chore(deps): update all non-major dependencies * Prettify * Combine versions * Downgrade knex * Engine changes * Only LTS * Greater than * Combine lodash * Fix type * Fix type * Update snapshots Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
24 lines
333 B
Plaintext
24 lines
333 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`ContextMenu renders correctly 1`] = `
|
|
<div
|
|
class="sc-jSgvzq jsvxSn"
|
|
>
|
|
<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>
|
|
`;
|