This repository has been archived on 2024-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
p61-project/components/__tests__/__snapshots__/MonoText.test.tsx.snap

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>
`;