Files
mobile-darmasaba/components/__tests__/__snapshots__/ThemedText-test.tsx.snap
amel 46508b9f05 Initial commit
Generated by create-expo-app 3.2.0.
2025-02-24 15:41:34 +08: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>
`;