Skip to content

Commit 110cac6

Browse files
gabrieljablonskiGabriel Jablonski
authored andcommitted
test: update snapshots
1 parent 4314d62 commit 110cac6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ exports[`tooltip props basic tooltip component 1`] = `
88
Lorem Ipsum
99
</span>,
1010
<div
11-
className=""
11+
className="react-tooltip"
1212
role="tooltip"
1313
style={{}}
1414
>
1515
Hello World!
1616
<div
17-
className=""
17+
className="react-tooltip-arrow"
1818
style={{}}
1919
/>
2020
</div>,
@@ -29,13 +29,13 @@ exports[`tooltip props tooltip component - getContent 1`] = `
2929
Lorem Ipsum
3030
</span>,
3131
<div
32-
className=""
32+
className="react-tooltip"
3333
role="tooltip"
3434
style={{}}
3535
>
3636
Hello World!
3737
<div
38-
className=""
38+
className="react-tooltip-arrow"
3939
style={{}}
4040
/>
4141
</div>,
@@ -50,7 +50,7 @@ exports[`tooltip props tooltip component - html 1`] = `
5050
Lorem Ipsum
5151
</span>,
5252
<div
53-
className=""
53+
className="react-tooltip"
5454
role="tooltip"
5555
style={{}}
5656
>
@@ -62,7 +62,7 @@ exports[`tooltip props tooltip component - html 1`] = `
6262
}
6363
/>
6464
<div
65-
className=""
65+
className="react-tooltip-arrow"
6666
style={{}}
6767
/>
6868
</div>,
@@ -77,13 +77,13 @@ exports[`tooltip props tooltip component - position props 1`] = `
7777
Lorem Ipsum
7878
</span>,
7979
<div
80-
className=""
80+
className="react-tooltip"
8181
role="tooltip"
8282
style={{}}
8383
>
8484
Hello World!
8585
<div
86-
className=""
86+
className="react-tooltip-arrow"
8787
style={{}}
8888
/>
8989
</div>,
@@ -96,13 +96,13 @@ exports[`tooltip props tooltip component - without anchorId 1`] = `
9696
Lorem Ipsum
9797
</span>,
9898
<div
99-
className=""
99+
className="react-tooltip"
100100
role="tooltip"
101101
style={{}}
102102
>
103103
Hello World!
104104
<div
105-
className=""
105+
className="react-tooltip-arrow"
106106
style={{}}
107107
/>
108108
</div>,
@@ -111,12 +111,12 @@ exports[`tooltip props tooltip component - without anchorId 1`] = `
111111

112112
exports[`tooltip props tooltip component - without element reference 1`] = `
113113
<div
114-
className=""
114+
className="react-tooltip"
115115
role="tooltip"
116116
style={{}}
117117
>
118118
<div
119-
className=""
119+
className="react-tooltip-arrow"
120120
style={{}}
121121
/>
122122
</div>

0 commit comments

Comments
 (0)