diff options
Diffstat (limited to 'components/__tests__/__snapshots__')
-rw-r--r-- | components/__tests__/__snapshots__/ThemedText-test.tsx.snap | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/components/__tests__/__snapshots__/ThemedText-test.tsx.snap b/components/__tests__/__snapshots__/ThemedText-test.tsx.snap new file mode 100644 index 0000000..b68e53e --- /dev/null +++ b/components/__tests__/__snapshots__/ThemedText-test.tsx.snap @@ -0,0 +1,24 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`renders correctly 1`] = ` +<Text + style={ + [ + { + "color": "#11181C", + }, + { + "fontSize": 16, + "lineHeight": 24, + }, + undefined, + undefined, + undefined, + undefined, + undefined, + ] + } +> + Snapshot test! +</Text> +`; |