Skip to content

Commit de94a14

Browse files
Supriya KalghatgiSupriya Kalghatgi
Supriya Kalghatgi
authored and
Supriya Kalghatgi
committed
jest
1 parent 42db59d commit de94a14

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+265
-10641
lines changed

__tests__/basic/__snapshots__/Actionsheet.android.js.snap

-8
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ exports[`renders Icon ActionSheet 1`] = `
2121
}
2222
>
2323
<Text
24-
accessible={true}
25-
allowFontScaling={true}
26-
disabled={false}
27-
ellipsizeMode="tail"
2824
style={
2925
Object {
3026
"color": "#333333",
@@ -58,10 +54,6 @@ exports[`renders Regular ActionSheet 1`] = `
5854
}
5955
>
6056
<Text
61-
accessible={true}
62-
allowFontScaling={true}
63-
disabled={false}
64-
ellipsizeMode="tail"
6557
style={
6658
Object {
6759
"color": "#333333",

__tests__/basic/__snapshots__/Actionsheet.ios.js.snap

-14
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@
22

33
exports[`renders ActionSheet 1`] = `
44
<View
5-
accessibilityComponentType={undefined}
6-
accessibilityLabel={undefined}
7-
accessibilityTraits={undefined}
85
accessible={true}
9-
collapsable={undefined}
10-
hitSlop={undefined}
116
isTVSelectable={true}
12-
nativeID={undefined}
13-
onLayout={undefined}
147
onResponderGrant={[Function]}
158
onResponderMove={[Function]}
169
onResponderRelease={[Function]}
@@ -23,17 +16,10 @@ exports[`renders ActionSheet 1`] = `
2316
"opacity": 1,
2417
}
2518
}
26-
testID={undefined}
27-
tvParallaxProperties={undefined}
2819
>
2920
<Text
30-
accessible={true}
31-
allowFontScaling={true}
32-
disabled={false}
33-
ellipsizeMode="tail"
3421
style={Object {}}
3522
uppercase={false}
36-
virtual={undefined}
3723
>
3824
Actionsheet
3925
</Text>

__tests__/basic/__snapshots__/Anatomy.android.js.snap

-26
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@
33
exports[`renders anatomy 1`] = `
44
<View
55
style={Object {}}
6-
virtual={undefined}
76
>
87
<View
98
onLayout={[Function]}
109
>
1110
<View
1211
style={Object {}}
13-
virtual={undefined}
1412
>
1513
<View
1614
style={Object {}}
17-
virtual={undefined}
1815
>
1916
<View
2017
style={
@@ -36,10 +33,6 @@ exports[`renders anatomy 1`] = `
3633
}
3734
>
3835
<Text
39-
accessible={true}
40-
allowFontScaling={true}
41-
disabled={false}
42-
ellipsizeMode="tail"
4336
style={
4437
Object {
4538
"color": "#333333",
@@ -53,23 +46,16 @@ exports[`renders anatomy 1`] = `
5346
</View>
5447
<View
5548
style={Object {}}
56-
virtual={undefined}
5749
>
5850
<Text
59-
accessible={true}
60-
allowFontScaling={true}
61-
disabled={false}
62-
ellipsizeMode="tail"
6351
numberOfLines={1}
6452
style={Object {}}
65-
virtual={undefined}
6653
>
6754
Header
6855
</Text>
6956
</View>
7057
<View
7158
style={Object {}}
72-
virtual={undefined}
7359
/>
7460
</View>
7561
</View>
@@ -115,29 +101,21 @@ exports[`renders anatomy 1`] = `
115101
showsVerticalScrollIndicator={true}
116102
style={Object {}}
117103
viewIsInsideTabBar={false}
118-
virtual={undefined}
119104
>
120105
<View>
121106
<Text
122-
accessible={true}
123-
allowFontScaling={true}
124-
disabled={false}
125-
ellipsizeMode="tail"
126107
style={Object {}}
127108
uppercase={false}
128-
virtual={undefined}
129109
>
130110
Content goes here
131111
</Text>
132112
</View>
133113
</RCTScrollView>
134114
<View
135115
style={Object {}}
136-
virtual={undefined}
137116
>
138117
<View
139118
style={Object {}}
140-
virtual={undefined}
141119
>
142120
<View
143121
style={
@@ -159,10 +137,6 @@ exports[`renders anatomy 1`] = `
159137
}
160138
>
161139
<Text
162-
accessible={true}
163-
allowFontScaling={true}
164-
disabled={false}
165-
ellipsizeMode="tail"
166140
style={
167141
Object {
168142
"color": "#333333",

__tests__/basic/__snapshots__/Anatomy.ios.js.snap

-45
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,19 @@
33
exports[`renders anatomy 1`] = `
44
<View
55
style={Object {}}
6-
virtual={undefined}
76
>
87
<View
98
onLayout={[Function]}
109
>
1110
<View
1211
style={Object {}}
13-
virtual={undefined}
1412
>
1513
<View
1614
style={Object {}}
17-
virtual={undefined}
1815
>
1916
<View
20-
accessibilityComponentType={undefined}
21-
accessibilityLabel={undefined}
22-
accessibilityTraits={undefined}
2317
accessible={true}
24-
collapsable={undefined}
25-
hitSlop={undefined}
2618
isTVSelectable={true}
27-
nativeID={undefined}
28-
onLayout={undefined}
2919
onResponderGrant={[Function]}
3020
onResponderMove={[Function]}
3121
onResponderRelease={[Function]}
@@ -38,14 +28,9 @@ exports[`renders anatomy 1`] = `
3828
"opacity": 1,
3929
}
4030
}
41-
testID={undefined}
42-
tvParallaxProperties={undefined}
4331
>
4432
<Text
45-
accessible={true}
4633
allowFontScaling={false}
47-
disabled={false}
48-
ellipsizeMode="tail"
4934
style={
5035
Array [
5136
Object {
@@ -63,31 +48,23 @@ exports[`renders anatomy 1`] = `
6348
},
6449
]
6550
}
66-
virtual={undefined}
6751
>
6852
6953
</Text>
7054
</View>
7155
</View>
7256
<View
7357
style={Object {}}
74-
virtual={undefined}
7558
>
7659
<Text
77-
accessible={true}
78-
allowFontScaling={true}
79-
disabled={false}
80-
ellipsizeMode="tail"
8160
numberOfLines={1}
8261
style={Object {}}
83-
virtual={undefined}
8462
>
8563
Header
8664
</Text>
8765
</View>
8866
<View
8967
style={Object {}}
90-
virtual={undefined}
9168
/>
9269
</View>
9370
</View>
@@ -133,40 +110,25 @@ exports[`renders anatomy 1`] = `
133110
showsVerticalScrollIndicator={true}
134111
style={Object {}}
135112
viewIsInsideTabBar={false}
136-
virtual={undefined}
137113
>
138114
<View>
139115
<Text
140-
accessible={true}
141-
allowFontScaling={true}
142-
disabled={false}
143-
ellipsizeMode="tail"
144116
style={Object {}}
145117
uppercase={false}
146-
virtual={undefined}
147118
>
148119
Content goes here
149120
</Text>
150121
</View>
151122
</RCTScrollView>
152123
<View
153124
style={Object {}}
154-
virtual={undefined}
155125
>
156126
<View
157127
style={Object {}}
158-
virtual={undefined}
159128
>
160129
<View
161-
accessibilityComponentType={undefined}
162-
accessibilityLabel={undefined}
163-
accessibilityTraits={undefined}
164130
accessible={true}
165-
collapsable={undefined}
166-
hitSlop={undefined}
167131
isTVSelectable={true}
168-
nativeID={undefined}
169-
onLayout={undefined}
170132
onResponderGrant={[Function]}
171133
onResponderMove={[Function]}
172134
onResponderRelease={[Function]}
@@ -179,17 +141,10 @@ exports[`renders anatomy 1`] = `
179141
"opacity": 1,
180142
}
181143
}
182-
testID={undefined}
183-
tvParallaxProperties={undefined}
184144
>
185145
<Text
186-
accessible={true}
187-
allowFontScaling={true}
188-
disabled={false}
189-
ellipsizeMode="tail"
190146
style={Object {}}
191147
uppercase={false}
192-
virtual={undefined}
193148
>
194149
Footer
195150
</Text>

__tests__/basic/__snapshots__/Badge.android.js.snap

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
exports[`renders regular badge 1`] = `
44
<View
55
style={Object {}}
6-
virtual={undefined}
76
>
87
2
98
</View>

__tests__/basic/__snapshots__/Badge.ios.js.snap

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
exports[`renders regular badge 1`] = `
44
<View
55
style={Object {}}
6-
virtual={undefined}
76
>
87
2
98
</View>

0 commit comments

Comments
 (0)