mirror of
https://github.com/theoludwig/p61-project.git
synced 2024-07-17 07:00:12 +02:00
17 lines
222 B
Plaintext
17 lines
222 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`<MonoText /> renders correctly 1`] = `
|
||
|
<Text
|
||
|
style={
|
||
|
[
|
||
|
undefined,
|
||
|
{
|
||
|
"fontFamily": "SpaceMono",
|
||
|
},
|
||
|
]
|
||
|
}
|
||
|
>
|
||
|
Awesome text!
|
||
|
</Text>
|
||
|
`;
|