Skip to content

Commit

Permalink
[fix coverage]: updated basic test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
xettri authored Nov 17, 2023
1 parent c2ccf0d commit 83e30dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/__snapshots__/basic.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`dropdown simply works 1`] = `
</button>
<div
class="rc-dropdown rc-dropdown-placement-bottomLeft"
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
style="--arrow-x: 0px; --arrow-y: 0px; left: -1000vw; top: -1000vh; box-sizing: border-box; min-width: 100px;"
>
<ul
class="rc-menu rc-menu-root rc-menu-vertical"
Expand All @@ -32,6 +32,7 @@ exports[`dropdown simply works 1`] = `
</li>
<li
class="rc-menu-item-divider"
role="separator"
/>
<li
class="rc-menu-item"
Expand Down

0 comments on commit 83e30dc

Please sign in to comment.