mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
* 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
32 lines
667 B
Plaintext
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>
|
|
`;
|