mattermost-mobile/app/components/pasteable_text_input/__snapshots__/index.test.js.snap
Mattermost Build 49f86826e1
Update dependencies (#5686) (#5687)
* Update dependencies

* Fix unsigned builds

(cherry picked from commit ada6be9b7a)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2021-09-22 14:00:45 -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>
`;