Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kebab01 committed Apr 14, 2024
1 parent ef74bf9 commit bd4773e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions components/__tests__/__snapshots__/StyledText-test.js.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`renders correctly 1`] = `
<Text
style={
[
{
"color": "#000",
},
[
undefined,
{
"fontFamily": "SpaceMono",
},
],
]
}
>
Snapshot test!
</Text>
`;

0 comments on commit bd4773e

Please sign in to comment.