Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
UPdate snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sudheerDev committed Mar 11, 2019
1 parent 1704a71 commit 9d7d61a
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions components/__snapshots__/size_aware_image.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,22 @@ exports[`components/SizeAwareImage should render a placeholder and has loader wh
containerClass="file__image-loading"
/>
</div>
<div>
<svg
style={
Object {
"verticalAlign": "middle",
<div
className="image-loading__container undefined"
>
<div>
<svg
style={
Object {
"maxHeight": "200",
"maxWidth": "300",
"verticalAlign": "middle",
}
}
}
viewBox="0 0 300 200"
xmlns="http://www.w3.org/2000/svg"
/>
viewBox="0 0 300 200"
xmlns="http://www.w3.org/2000/svg"
/>
</div>
</div>
</Fragment>
`;

0 comments on commit 9d7d61a

Please sign in to comment.