1
1
mirror of https://github.com/theoludwig/p61-project.git synced 2024-07-17 07:00:12 +02:00
p61-project/app/(pages)/__tests__/__snapshots__/index.test.tsx.snap

35 lines
559 B
Plaintext
Raw Normal View History

2024-02-16 22:51:50 +01:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<HomePage /> renders correctly 1`] = `
<RNCSafeAreaView
edges={
{
"bottom": "additive",
"left": "additive",
"right": "additive",
"top": "additive",
}
}
style={
{
"alignItems": "center",
"flex": 1,
"justifyContent": "center",
}
}
>
<Text
style={
{
"color": "#006CFF",
"fontFamily": "Georama",
"fontSize": 36,
"marginVertical": 20,
}
}
>
P61 Project
</Text>
</RNCSafeAreaView>
`;