Skip to content

Commit

Permalink
Update snapshots for styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dijonkitchen committed Jun 5, 2017
1 parent a0d27f9 commit 864d668
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
8 changes: 7 additions & 1 deletion components/__tests__/__snapshots__/ShortStory.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ exports[`ShortStory component renders correctly 1`] = `
testID={undefined}
tvParallaxProperties={undefined}
>
<View>
<View
style={
Object {
"backgroundColor": "white",
}
}
>
<View
style={
Object {
Expand Down
13 changes: 8 additions & 5 deletions components/__tests__/__snapshots__/Stories.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ exports[`Stories component renders correctly 1`] = `
"items": 0,
}
}
enableEmptySections={true}
refreshControl={
<RefreshControlMock
onRefresh={[Function]}
refreshing={false}
/>
}
renderRow={[Function]}
renderScrollComponent={[Function]}
style={
Object {
"margin": 15,
}
}
>
<RCTRefreshControl />
<View />
</RCTScrollView>
`;

0 comments on commit 864d668

Please sign in to comment.