Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiOnishi1129 committed Jul 12, 2024
1 parent 7d653e1 commit 5ce7cd4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/rn-client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ yarn-error.*
expo-env.d.ts
# @end expo-cli

__snapshots__
# __snapshots__
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 5ce7cd4

Please sign in to comment.