Fixing test by updating snapshot for TouchableHighlight
Summary: <!-- Thank you for sending the PR! We appreciate you spending the time to work on these changes. Help us understand your motivation by explaining why you decided to make this change. You can learn more about contributing to React Native here: http://facebook.github.io/react-native/docs/contributing.html Happy contributing! --> Tests were failing due to not updated snapshot about TouchableHighlight. Run `npm test`. Closes https://github.com/facebook/react-native/pull/16185 Differential Revision: D6005399 Pulled By: hramos fbshipit-source-id: eda5009b68ca121250817de448424105aec6f685
This commit is contained in:
parent
c12681c214
commit
4ddc931d15
|
@ -31,7 +31,6 @@ exports[`TouchableHighlight renders correctly 1`] = `
|
|||
<Text
|
||||
accessible={true}
|
||||
allowFontScaling={true}
|
||||
disabled={false}
|
||||
ellipsizeMode="tail"
|
||||
>
|
||||
Touchable
|
||||
|
|
Loading…
Reference in New Issue