Skip to content

Commit 3d16a6d

Browse files
committed
Update snapshot
1 parent e4a2119 commit 3d16a6d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/Image/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`Image not visible renders the blur-up thumb 1`] = `
4-
<Image
4+
<ForwardRef
55
data={
66
Object {
77
"alt": "DatoCMS swag",
@@ -47,7 +47,7 @@ exports[`Image not visible renders the blur-up thumb 1`] = `
4747
"opacity": 1,
4848
"position": "absolute",
4949
"top": 0,
50-
"transition": "opacity 500ms 500ms",
50+
"transition": "opacity 500ms",
5151
"width": "100%",
5252
}
5353
}
@@ -56,11 +56,11 @@ exports[`Image not visible renders the blur-up thumb 1`] = `
5656
<picture />
5757
</noscript>
5858
</div>
59-
</Image>
59+
</ForwardRef>
6060
`;
6161

6262
exports[`Image visible image loaded shows the image 1`] = `
63-
<Image
63+
<ForwardRef
6464
data={
6565
Object {
6666
"alt": "DatoCMS swag",
@@ -106,7 +106,7 @@ exports[`Image visible image loaded shows the image 1`] = `
106106
"opacity": 0,
107107
"position": "absolute",
108108
"top": 0,
109-
"transition": "opacity 500ms 500ms",
109+
"transition": "opacity 500ms",
110110
"width": "100%",
111111
}
112112
}
@@ -127,7 +127,7 @@ exports[`Image visible image loaded shows the image 1`] = `
127127
"opacity": 1,
128128
"position": "absolute",
129129
"top": 0,
130-
"transition": "opacity 500ms 500ms",
130+
"transition": "opacity 500ms",
131131
"width": "100%",
132132
}
133133
}
@@ -138,11 +138,11 @@ exports[`Image visible image loaded shows the image 1`] = `
138138
<picture />
139139
</noscript>
140140
</div>
141-
</Image>
141+
</ForwardRef>
142142
`;
143143

144144
exports[`Image visible renders the image 1`] = `
145-
<Image
145+
<ForwardRef
146146
data={
147147
Object {
148148
"alt": "DatoCMS swag",
@@ -188,7 +188,7 @@ exports[`Image visible renders the image 1`] = `
188188
"opacity": 1,
189189
"position": "absolute",
190190
"top": 0,
191-
"transition": "opacity 500ms 500ms",
191+
"transition": "opacity 500ms",
192192
"width": "100%",
193193
}
194194
}
@@ -209,7 +209,7 @@ exports[`Image visible renders the image 1`] = `
209209
"opacity": 0,
210210
"position": "absolute",
211211
"top": 0,
212-
"transition": "opacity 500ms 500ms",
212+
"transition": "opacity 500ms",
213213
"width": "100%",
214214
}
215215
}
@@ -220,5 +220,5 @@ exports[`Image visible renders the image 1`] = `
220220
<picture />
221221
</noscript>
222222
</div>
223-
</Image>
223+
</ForwardRef>
224224
`;

0 commit comments

Comments
 (0)