Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljablonski committed Apr 10, 2023
1 parent ac2320e commit ad39560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/__snapshots__/tooltip-attributes.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ exports[`tooltip attributes basic tooltip 1`] = `
<div
class="react-tooltip react-tooltip__place-top"
role="tooltip"
style="left: 5px; top: -10px;"
>
Hello World!
<div
class="react-tooltip-arrow"
style="left: 5px; bottom: -4px;"
/>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/test/__snapshots__/tooltip-props.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ exports[`tooltip props basic tooltip 1`] = `
<div
class="react-tooltip react-tooltip__place-top"
role="tooltip"
style="left: 5px; top: -10px;"
>
Hello World!
<div
class="react-tooltip-arrow"
style="left: 5px; bottom: -4px;"
/>
</div>
</div>
Expand Down

0 comments on commit ad39560

Please sign in to comment.