mattermost-mobile/app/components/pasteable_text_input/__snapshots__/index.test.js.snap
Elias Nahum ada6be9b7a
Update dependencies (#5686)
* Update dependencies

* Fix unsigned builds
2021-09-22 13:54:12 -03:00

10 lines
198 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PasteableTextInput should render pasteable text input 1`] = `
<TextInput
onPaste={[Function]}
screenId="Channel"
>
My Text
</TextInput>
`;