boxons/components/shared/__tests__/__snapshots__/Card.test.tsx.snap

25 lines
382 B
Plaintext
Raw Permalink Normal View History

2024-10-13 11:29:36 +00:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`[Component] Card renders correctly 1`] = `
<View
bgColor="red"
style={
[
{
"backgroundColor": "#FF4141",
"borderRadius": 10,
"overflow": "hidden",
"padding": 30,
"width": "100%",
},
undefined,
]
}
testID="card"
>
<Text>
content
</Text>
</View>
`;