Skip to content

Commit d3ceb36

Browse files
committed
test: update snapshots to pass CI
1 parent 088203c commit d3ceb36

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/__snapshots__/index.spec.js.snap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ exports[`tooltip props basic tooltip component 1`] = `
99
</span>,
1010
<div
1111
className=""
12-
id=":r2:"
1312
role="tooltip"
1413
style={{}}
1514
>
@@ -31,7 +30,6 @@ exports[`tooltip props tooltip component - getContent 1`] = `
3130
</span>,
3231
<div
3332
className=""
34-
id=":r4:"
3533
role="tooltip"
3634
style={{}}
3735
>
@@ -53,7 +51,6 @@ exports[`tooltip props tooltip component - html 1`] = `
5351
</span>,
5452
<div
5553
className=""
56-
id=":r3:"
5754
role="tooltip"
5855
style={{}}
5956
>
@@ -79,7 +76,6 @@ exports[`tooltip props tooltip component - without anchorId 1`] = `
7976
</span>,
8077
<div
8178
className=""
82-
id=":r0:"
8379
role="tooltip"
8480
style={{}}
8581
>
@@ -95,7 +91,6 @@ exports[`tooltip props tooltip component - without anchorId 1`] = `
9591
exports[`tooltip props tooltip component - without element reference 1`] = `
9692
<div
9793
className=""
98-
id=":r1:"
9994
role="tooltip"
10095
style={{}}
10196
>

0 commit comments

Comments
 (0)