Skip to content

Commit ad39560

Browse files
test: update snapshots
1 parent ac2320e commit ad39560

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test/__snapshots__/tooltip-attributes.spec.js.snap

+2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ exports[`tooltip attributes basic tooltip 1`] = `
1111
<div
1212
class="react-tooltip react-tooltip__place-top"
1313
role="tooltip"
14+
style="left: 5px; top: -10px;"
1415
>
1516
Hello World!
1617
<div
1718
class="react-tooltip-arrow"
19+
style="left: 5px; bottom: -4px;"
1820
/>
1921
</div>
2022
</div>

src/test/__snapshots__/tooltip-props.spec.js.snap

+2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ exports[`tooltip props basic tooltip 1`] = `
1010
<div
1111
class="react-tooltip react-tooltip__place-top"
1212
role="tooltip"
13+
style="left: 5px; top: -10px;"
1314
>
1415
Hello World!
1516
<div
1617
class="react-tooltip-arrow"
18+
style="left: 5px; bottom: -4px;"
1719
/>
1820
</div>
1921
</div>

0 commit comments

Comments
 (0)