Skip to content

Commit

Permalink
fix: tests snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 committed Jan 8, 2025
1 parent 9ef7d69 commit 12afdc9
Showing 1 changed file with 31 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2136,21 +2136,9 @@ exports[`Thread should match thread snapshot 1`] = `
</View>
</View>
<View
collapsable={false}
style={
[
{},
{
"opacity": undefined,
"transform": [
{
"translateX": 0,
},
{
"translateY": 0,
},
],
},
{},
]
}
Expand All @@ -2160,7 +2148,7 @@ exports[`Thread should match thread snapshot 1`] = `
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"disabled": true,
"expanded": undefined,
"selected": undefined,
}
Expand All @@ -2187,26 +2175,16 @@ exports[`Thread should match thread snapshot 1`] = `
onStartShouldSetResponder={[Function]}
style={
[
{
"alignItems": "center",
"borderRadius": 50,
"justifyContent": "center",
},
{
"backgroundColor": "#FFFFFF",
"height": 40,
"width": 40,
},
{},
]
}
testID="audio-button"
testID="send-button"
>
<RNSVGSvgView
align="xMidYMid"
bbHeight={32}
bbWidth={32}
fill="#7A7A7A"
fill="#DBDBDB"
focusable={false}
height={32}
meetOrSlice={0}
Expand All @@ -2232,7 +2210,7 @@ exports[`Thread should match thread snapshot 1`] = `
<RNSVGGroup
fill={
{
"payload": 4286216826,
"payload": 4292598747,
"type": 0,
}
}
Expand All @@ -2242,30 +2220,39 @@ exports[`Thread should match thread snapshot 1`] = `
]
}
>
<RNSVGGroup
<RNSVGCircle
cx={16}
cy={16}
fill={
{
"payload": 4278190080,
"payload": 4292598747,
"type": 0,
}
}
name="24 / mic_iOS"
>
<RNSVGPath
d="M11.5234 13.9922C11.5234 16.8047 13.375 18.7734 16 18.7734C18.6367 18.7734 20.4766 16.8047 20.4766 13.9922V6.69141C20.4766 3.86719 18.6367 1.89844 16 1.89844C13.375 1.89844 11.5234 3.86719 11.5234 6.69141V13.9922ZM13.7383 14.0273V6.64453C13.7383 5.08594 14.6172 4.01953 16 4.01953C17.3828 4.01953 18.2617 5.08594 18.2617 6.64453V14.0273C18.2617 15.5977 17.3828 16.6523 16 16.6523C14.6172 16.6523 13.7383 15.5977 13.7383 14.0273ZM7.10547 14.5078C7.10547 19.3242 10.3047 22.6289 14.9336 23.0742V25.4766H10.6211C10.0234 25.4766 9.51953 25.9688 9.51953 26.5781C9.51953 27.1758 10.0234 27.668 10.6211 27.668H21.3789C21.9883 27.668 22.4922 27.1758 22.4922 26.5781C22.4922 25.9688 21.9883 25.4766 21.3789 25.4766H17.0781V23.0742C21.6953 22.6289 24.9062 19.3242 24.9062 14.5078V12.1875C24.9062 11.5781 24.4141 11.0977 23.8047 11.0977C23.1953 11.0977 22.6914 11.5781 22.6914 12.1875V14.4258C22.6914 18.4102 19.9961 21.0469 16 21.0469C12.0039 21.0469 9.30859 18.4102 9.30859 14.4258V12.1875C9.30859 11.5781 8.81641 11.0977 8.20703 11.0977C7.59766 11.0977 7.10547 11.5781 7.10547 12.1875V14.5078Z"
fill={
{
"payload": 4286216826,
"type": 0,
}
}
propList={
[
"fill",
]
propList={
[
"fill",
]
}
r={16}
/>
<RNSVGPath
clipRule={0}
d="M9.33398 14.6666H16.0007V9.33325L22.6673 15.9999L16.0007 22.6666V17.3333H9.33398V14.6666Z"
fill={
{
"payload": 4294967295,
"type": 0,
}
/>
</RNSVGGroup>
}
fillRule={0}
propList={
[
"fill",
"fillRule",
]
}
/>
</RNSVGGroup>
</RNSVGSvgView>
</View>
Expand Down

0 comments on commit 12afdc9

Please sign in to comment.