You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
370 B
12 lines
370 B
// 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>
|
|
`;
|
|
|