mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
13 lines
370 B
Plaintext
13 lines
370 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Dropdown should matchsnapshot 1`] = `
|
|
<div>
|
|
<li
|
|
class="dropdown-menu-item"
|
|
data-testid="dropdown-menu-item"
|
|
style="list-style: none; padding: 8px 0px; font-size: 18px; font-style: normal; cursor: pointer; display: flex; justify-content: flex-start; align-items: center;"
|
|
tabindex="0"
|
|
/>
|
|
</div>
|
|
`;
|