Files
react-native-app/components/__tests__/__snapshots__/ThemedText-test.tsx.snap
medvegergo 03ea2c4691 Initial commit
Generated by create-expo-app 3.2.0.
2025-03-30 17:39:41 +02:00

25 lines
338 B
Plaintext

// 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>
`;