Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Jan 3, 2022
1 parent e4a2119 commit 3d16a6d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/Image/__tests__/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Image not visible renders the blur-up thumb 1`] = `
<Image
<ForwardRef
data={
Object {
"alt": "DatoCMS swag",
Expand Down Expand Up @@ -47,7 +47,7 @@ exports[`Image not visible renders the blur-up thumb 1`] = `
"opacity": 1,
"position": "absolute",
"top": 0,
"transition": "opacity 500ms 500ms",
"transition": "opacity 500ms",
"width": "100%",
}
}
Expand All @@ -56,11 +56,11 @@ exports[`Image not visible renders the blur-up thumb 1`] = `
<picture />
</noscript>
</div>
</Image>
</ForwardRef>
`;

exports[`Image visible image loaded shows the image 1`] = `
<Image
<ForwardRef
data={
Object {
"alt": "DatoCMS swag",
Expand Down Expand Up @@ -106,7 +106,7 @@ exports[`Image visible image loaded shows the image 1`] = `
"opacity": 0,
"position": "absolute",
"top": 0,
"transition": "opacity 500ms 500ms",
"transition": "opacity 500ms",
"width": "100%",
}
}
Expand All @@ -127,7 +127,7 @@ exports[`Image visible image loaded shows the image 1`] = `
"opacity": 1,
"position": "absolute",
"top": 0,
"transition": "opacity 500ms 500ms",
"transition": "opacity 500ms",
"width": "100%",
}
}
Expand All @@ -138,11 +138,11 @@ exports[`Image visible image loaded shows the image 1`] = `
<picture />
</noscript>
</div>
</Image>
</ForwardRef>
`;

exports[`Image visible renders the image 1`] = `
<Image
<ForwardRef
data={
Object {
"alt": "DatoCMS swag",
Expand Down Expand Up @@ -188,7 +188,7 @@ exports[`Image visible renders the image 1`] = `
"opacity": 1,
"position": "absolute",
"top": 0,
"transition": "opacity 500ms 500ms",
"transition": "opacity 500ms",
"width": "100%",
}
}
Expand All @@ -209,7 +209,7 @@ exports[`Image visible renders the image 1`] = `
"opacity": 0,
"position": "absolute",
"top": 0,
"transition": "opacity 500ms 500ms",
"transition": "opacity 500ms",
"width": "100%",
}
}
Expand All @@ -220,5 +220,5 @@ exports[`Image visible renders the image 1`] = `
<picture />
</noscript>
</div>
</Image>
</ForwardRef>
`;

0 comments on commit 3d16a6d

Please sign in to comment.