Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ds8k committed Sep 27, 2019
1 parent 12fa5e7 commit 2f7e492
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Components/Chip/__snapshots__/Chip.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ exports[`Chip Renders 1`] = `
onResponderTerminationRequest={[Function]}
onRippleAnimation={[Function]}
onStartShouldSetResponder={[Function]}
pointerEvents="box-only"
rippleCentered={false}
rippleColor="rgba(0, 0, 0, .87)"
rippleDuration={400}
Expand Down Expand Up @@ -81,6 +80,7 @@ exports[`Chip Renders 1`] = `
/>
</View>
<View
pointerEvents="none"
style={
Array [
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ exports[`DrawerItem Renders 1`] = `
onResponderTerminationRequest={[Function]}
onRippleAnimation={[Function]}
onStartShouldSetResponder={[Function]}
pointerEvents="box-only"
rippleCentered={false}
rippleColor="rgba(0, 0, 0, .87)"
rippleDuration={400}
Expand Down Expand Up @@ -50,6 +49,7 @@ exports[`DrawerItem Renders 1`] = `
}
/>
<View
pointerEvents="none"
style={
Array [
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ exports[`MenuItem Renders 1`] = `
onResponderTerminationRequest={[Function]}
onRippleAnimation={[Function]}
onStartShouldSetResponder={[Function]}
pointerEvents="box-only"
rippleCentered={false}
rippleColor="rgba(0, 0, 0, .87)"
rippleDuration={400}
Expand Down Expand Up @@ -65,6 +64,7 @@ exports[`MenuItem Renders 1`] = `
}
/>
<View
pointerEvents="none"
style={
Array [
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ exports[`RadioButton Renders 1`] = `
onResponderTerminationRequest={[Function]}
onRippleAnimation={[Function]}
onStartShouldSetResponder={[Function]}
pointerEvents="box-only"
rippleCentered={true}
rippleColor="rgba(0,0,0,.8)"
rippleDuration={400}
Expand Down Expand Up @@ -57,6 +56,7 @@ exports[`RadioButton Renders 1`] = `
}
/>
<View
pointerEvents="none"
style={
Array [
Object {
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Ripple/__snapshots__/Ripple.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ exports[`Ripple Renders 1`] = `
onResponderTerminationRequest={[Function]}
onRippleAnimation={[Function]}
onStartShouldSetResponder={[Function]}
pointerEvents="box-only"
rippleCentered={false}
rippleColor="rgba(0, 0, 0, .87)"
rippleDuration={400}
Expand All @@ -23,6 +22,7 @@ exports[`Ripple Renders 1`] = `
testID="mb-ripple"
>
<View
pointerEvents="none"
style={
Array [
Object {
Expand Down

0 comments on commit 2f7e492

Please sign in to comment.