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 8d81e17
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions __tests__/__snapshots__/Button.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ exports[`Button Renders 1`] = `
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -52,6 +54,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 Expand Up @@ -135,8 +168,10 @@ exports[`Button Renders with a inner View 1`] = `
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -170,8 +205,10 @@ exports[`Button Should contain children 1`] = `
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -222,8 +259,10 @@ exports[`Button Should react to the onPress event 1`] = `
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down

0 comments on commit 8d81e17

Please sign in to comment.