-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into supernova/1555_debugger
- Loading branch information
Showing
12 changed files
with
2,472 additions
and
10,804 deletions.
There are no files selected for viewing
57 changes: 31 additions & 26 deletions
57
...venia-ui/lib/RootComponents/Category/__tests__/__snapshots__/categoryContent.spec.js.snap
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,32 +1,37 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`renders the correct tree 1`] = ` | ||
<article | ||
className="a" | ||
> | ||
<h1 | ||
className="b" | ||
<React.Fragment> | ||
<Title> | ||
Venia | ||
</Title> | ||
<article | ||
className="a" | ||
> | ||
<div /> | ||
</h1> | ||
<section | ||
className="c" | ||
> | ||
<Classify(Gallery) | ||
data={ | ||
Object { | ||
"id": 1, | ||
<h1 | ||
className="b" | ||
> | ||
<div /> | ||
</h1> | ||
<section | ||
className="c" | ||
> | ||
<Classify(Gallery) | ||
data={ | ||
Object { | ||
"id": 1, | ||
} | ||
} | ||
} | ||
pageSize={6} | ||
/> | ||
</section> | ||
<div | ||
className="d" | ||
> | ||
<Classify(Pagination) | ||
pageControl={Object {}} | ||
/> | ||
</div> | ||
</article> | ||
pageSize={6} | ||
/> | ||
</section> | ||
<div | ||
className="d" | ||
> | ||
<Classify(Pagination) | ||
pageControl={Object {}} | ||
/> | ||
</div> | ||
</article> | ||
</React.Fragment> | ||
`; |
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
Oops, something went wrong.