Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentCATILLON committed Feb 5, 2019
1 parent b8a226e commit 53e8a14
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions __tests__/__snapshots__/Button.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,37 @@ exports[`Button Renders 1`] = `
</View>
`;

exports[`Button Renders custom activity indicator 1`] = `
<View
style={
Array [
Object {
"alignItems": "center",
"alignSelf": "stretch",
"borderRadius": 8,
"borderWidth": 1,
"flexDirection": "row",
"height": 44,
"justifyContent": "center",
"marginBottom": 10,
},
undefined,
Object {
"opacity": 0.5,
},
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
>
Loading
</Text>
</View>
`;

exports[`Button Renders disabled 1`] = `
<View
style={
Expand Down

0 comments on commit 53e8a14

Please sign in to comment.