Files
linguist/test/fixtures/Data/__snapshots__/Button.ios.js.snap
Yuya Takeyama ca714340e8 Check generated Jest snap file (#3874)
* Check generated Jest snap file

* Check file name rule first

ref: https://github.com/github/linguist/pull/3874/files#r146168309

* Check extension first

It must be cheaper
ref: https://github.com/github/linguist/pull/3874/files#r146168426
2018-01-11 09:25:13 +00:00

32 lines
667 B
Plaintext

exports[`test renders regular button 1`] = `
<View
accessibilityComponentType={undefined}
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
hitSlop={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
Object {
"borderRadius": 2,
"opacity": 1,
}
}
testID={undefined}>
<View
style={
Object {
"alignSelf": "center",
"zIndex": 999,
}
} />
Test
</View>
`;