Skip to content

Commit

Permalink
snapshots update
Browse files Browse the repository at this point in the history
  • Loading branch information
Squirre1 committed Apr 15, 2017
1 parent 307863d commit 6481d19
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/buttons/__tests__/__snapshots__/ButtonGroup.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ exports[`ButtonGroup Component should have onPress event 1`] = `
"borderRightWidth": 1,
},
false,
false,
]
}
underlayColor="#ffffff"
Expand Down Expand Up @@ -85,6 +86,7 @@ exports[`ButtonGroup Component should have onPress event 1`] = `
"borderRightWidth": 1,
},
false,
false,
]
}
underlayColor="#ffffff"
Expand Down Expand Up @@ -130,6 +132,7 @@ exports[`ButtonGroup Component should have onPress event 1`] = `
"flex": 1,
},
false,
undefined,
false,
]
}
Expand Down Expand Up @@ -204,6 +207,7 @@ exports[`ButtonGroup Component should render selectedIndex 1`] = `
"borderRightWidth": 1,
},
false,
false,
]
}
underlayColor="#ffffff"
Expand Down Expand Up @@ -250,6 +254,7 @@ exports[`ButtonGroup Component should render selectedIndex 1`] = `
"borderRightColor": "#bdc6cf",
"borderRightWidth": 1,
},
false,
Object {
"backgroundColor": "red",
},
Expand Down Expand Up @@ -300,6 +305,7 @@ exports[`ButtonGroup Component should render selectedIndex 1`] = `
"flex": 1,
},
false,
undefined,
false,
]
}
Expand Down Expand Up @@ -372,6 +378,7 @@ exports[`ButtonGroup Component should render with button.element 1`] = `
"borderRightWidth": 300,
},
false,
false,
]
}
underlayColor="#ffffff"
Expand Down Expand Up @@ -400,6 +407,7 @@ exports[`ButtonGroup Component should render with button.element 1`] = `
"flex": 1,
},
false,
undefined,
false,
]
}
Expand Down Expand Up @@ -457,6 +465,7 @@ exports[`ButtonGroup Component should render without issues 1`] = `
"borderRightWidth": 1,
},
false,
false,
]
}
underlayColor="#ffffff"
Expand Down Expand Up @@ -504,6 +513,7 @@ exports[`ButtonGroup Component should render without issues 1`] = `
"borderRightWidth": 1,
},
false,
false,
]
}
underlayColor="#ffffff"
Expand Down Expand Up @@ -547,6 +557,7 @@ exports[`ButtonGroup Component should render without issues 1`] = `
"flex": 1,
},
false,
undefined,
false,
]
}
Expand Down

0 comments on commit 6481d19

Please sign in to comment.