-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix formatting, improve mosaic example
- Loading branch information
Sergey Zubov
committed
Dec 9, 2019
1 parent
41837e4
commit 306b367
Showing
4 changed files
with
122 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,58 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`<Mosaic /> should render and match snapshot 1`] = ` | ||
<div> | ||
<img | ||
alt="hello" | ||
src="https://source.unsplash.com/1600x900" | ||
style={ | ||
Object { | ||
"width": "100%", | ||
} | ||
} | ||
title="Sample title" | ||
/> | ||
<br /> | ||
<img | ||
alt="hello" | ||
src="https://source.unsplash.com/1600x901" | ||
style={ | ||
Object { | ||
"width": "100%", | ||
} | ||
} | ||
title="Sample title" | ||
/> | ||
<br /> | ||
<img | ||
alt="hello" | ||
src="https://source.unsplash.com/1600x902" | ||
style={ | ||
Object { | ||
"width": "100%", | ||
} | ||
} | ||
title="Sample title" | ||
/> | ||
<br /> | ||
<img | ||
alt="hello" | ||
src="https://source.unsplash.com/1600x903" | ||
style={ | ||
Object { | ||
"width": "100%", | ||
} | ||
} | ||
title="Sample title" | ||
/> | ||
<br /> | ||
</div> | ||
<styled.div> | ||
<styled.div | ||
height={240} | ||
key="0_0.5" | ||
padding="0.5% 0.5% 0.5% 0%" | ||
width={19.2} | ||
> | ||
<div> | ||
<styled.img | ||
key="/image/name/1" | ||
src="/image/name/1" | ||
/> | ||
</div> | ||
</styled.div> | ||
<styled.div | ||
height={240} | ||
key="1_0.5" | ||
padding="0.5% 0.5% 0.5% 0.5%" | ||
width={19.2} | ||
> | ||
<div> | ||
<styled.img | ||
key="/image/name/1" | ||
src="/image/name/1" | ||
/> | ||
</div> | ||
</styled.div> | ||
<styled.div | ||
height={240} | ||
key="2_0.5" | ||
padding="0.5% 0.5% 0.5% 0.5%" | ||
width={19.2} | ||
> | ||
<div> | ||
<styled.img | ||
key="/image/name/1" | ||
src="/image/name/1" | ||
/> | ||
</div> | ||
</styled.div> | ||
<styled.div | ||
height={240} | ||
key="3_0.5" | ||
padding="0.5% 0.5% 0.5% 0.5%" | ||
width={19.2} | ||
> | ||
<div> | ||
<styled.img | ||
key="/image/name/1" | ||
src="/image/name/1" | ||
/> | ||
</div> | ||
</styled.div> | ||
</styled.div> | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
306b367
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to following URLs: