* update UI test structure for reusability * fix Android tests * improve autocomplete test * minor cleanup
13 lines
299 B
Text
13 lines
299 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`PasteableTextInput should render pasteable text input 1`] = `
|
|
<Component
|
|
allowFontScaling={true}
|
|
onPaste={[Function]}
|
|
rejectResponderTermination={true}
|
|
testID="post.input"
|
|
underlineColorAndroid="transparent"
|
|
>
|
|
My Text
|
|
</Component>
|
|
`;
|