Skip to content

Commit

Permalink
fix: snapshots updated
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Feb 7, 2024
1 parent d3243d2 commit 134ab34
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 68 deletions.
30 changes: 24 additions & 6 deletions __tests__/__snapshots__/DetailLine.snapshot.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,35 @@ exports[`Component DetailLine - test DetailLine value - snapshot 1`] = `
}
}
/>
<Text
<View
accessible={true}
collapsable={false}
focusable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
{
"color": "rgb(28, 28, 30)",
"fontSize": 18,
"fontWeight": "600",
"opacity": 1,
}
}
>
value
</Text>
<Text
style={
{
"color": "rgb(28, 28, 30)",
"fontSize": 18,
"fontWeight": "600",
"opacity": 1,
}
}
>
value
</Text>
</View>
</View>
`;
150 changes: 120 additions & 30 deletions __tests__/__snapshots__/Info.snapshot.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -176,18 +176,36 @@ exports[`Component Info - test Info - snapshot 1`] = `
}
}
/>
<Text
<View
accessible={true}
collapsable={false}
focusable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
{
"color": "rgb(28, 28, 30)",
"fontSize": 18,
"fontWeight": "600",
"opacity": 1,
}
}
>
translated text translated text
</Text>
<Text
style={
{
"color": "rgb(28, 28, 30)",
"fontSize": 18,
"fontWeight": "600",
"opacity": 1,
}
}
>
translated text translated text
</Text>
</View>
</View>
<View
style={
Expand All @@ -214,18 +232,36 @@ exports[`Component Info - test Info - snapshot 1`] = `
}
}
/>
<Text
<View
accessible={true}
collapsable={false}
focusable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
{
"color": "rgb(28, 28, 30)",
"fontSize": 18,
"fontWeight": "600",
"opacity": 1,
}
}
>
3.3.3.0
</Text>
<Text
style={
{
"color": "rgb(28, 28, 30)",
"fontSize": 18,
"fontWeight": "600",
"opacity": 1,
}
}
>
3.3.3.0
</Text>
</View>
</View>
<View
style={
Expand All @@ -252,18 +288,36 @@ exports[`Component Info - test Info - snapshot 1`] = `
}
}
/>
<Text
<View
accessible={true}
collapsable={false}
focusable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
{
"color": "rgb(28, 28, 30)",
"fontSize": 18,
"fontWeight": "600",
"opacity": 1,
}
}
>
https://zcash.es
</Text>
<Text
style={
{
"color": "rgb(28, 28, 30)",
"fontSize": 18,
"fontWeight": "600",
"opacity": 1,
}
}
>
https://zcash.es
</Text>
</View>
</View>
<View
style={
Expand All @@ -290,18 +344,36 @@ exports[`Component Info - test Info - snapshot 1`] = `
}
}
/>
<Text
<View
accessible={true}
collapsable={false}
focusable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
{
"color": "rgb(28, 28, 30)",
"fontSize": 18,
"fontWeight": "600",
"opacity": 1,
}
}
>
Mainnet
</Text>
<Text
style={
{
"color": "rgb(28, 28, 30)",
"fontSize": 18,
"fontWeight": "600",
"opacity": 1,
}
}
>
Mainnet
</Text>
</View>
</View>
<View
style={
Expand All @@ -328,18 +400,36 @@ exports[`Component Info - test Info - snapshot 1`] = `
}
}
/>
<Text
<View
accessible={true}
collapsable={false}
focusable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
{
"color": "rgb(28, 28, 30)",
"fontSize": 18,
"fontWeight": "600",
"opacity": 1,
}
}
>
2000100
</Text>
<Text
style={
{
"color": "rgb(28, 28, 30)",
"fontSize": 18,
"fontWeight": "600",
"opacity": 1,
}
}
>
2000100
</Text>
</View>
</View>
</View>
</View>
Expand Down
Loading

0 comments on commit 134ab34

Please sign in to comment.