Files
ArtisanConnectFrontend/ArtisanConnect/components/__tests__/__snapshots__/ThemedText-test.tsx.snap
Patryk 83ee244190 Revert "del init"
This reverts commit 6667a41adc.
2025-04-04 20:36:50 +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>
`;