Skip to content

Commit 864155a

Browse files
committed
tests: update snapshots
1 parent 5aa5e50 commit 864155a

File tree

1 file changed

+60
-6
lines changed

1 file changed

+60
-6
lines changed

src/__tests__/__snapshots__/render.test.js.snap

Lines changed: 60 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,38 @@ exports[`debug 1`] = `
1111
not fresh
1212
</Text>
1313
<TextInput
14+
allowFontScaling={true}
1415
placeholder=\\"Add custom freshness\\"
16+
rejectResponderTermination={true}
1517
testID=\\"bananaCustomFreshness\\"
18+
underlineColorAndroid=\\"transparent\\"
1619
value=\\"Custom Freshie\\"
1720
/>
1821
<TextInput
22+
allowFontScaling={true}
1923
defaultValue=\\"What did you inspect?\\"
2024
placeholder=\\"Who inspected freshness?\\"
25+
rejectResponderTermination={true}
2126
testID=\\"bananaChef\\"
27+
underlineColorAndroid=\\"transparent\\"
2228
value=\\"I inspected freshie\\"
2329
/>
2430
<TextInput
31+
allowFontScaling={true}
2532
defaultValue=\\"What banana?\\"
33+
rejectResponderTermination={true}
34+
underlineColorAndroid=\\"transparent\\"
2635
/>
2736
<TextInput
37+
allowFontScaling={true}
2838
defaultValue=\\"hello\\"
39+
rejectResponderTermination={true}
40+
underlineColorAndroid=\\"transparent\\"
2941
value=\\"\\"
3042
/>
3143
<View
3244
accessible={true}
33-
collapsable={false}
3445
focusable={true}
35-
nativeID=\\"animatedComponent\\"
3646
onClick={[Function onClick]}
3747
onResponderGrant={[Function onResponderGrant]}
3848
onResponderMove={[Function onResponderMove]}
@@ -77,21 +87,33 @@ exports[`debug changing component: bananaFresh button message should now be "fre
7787
fresh
7888
</Text>
7989
<TextInput
90+
allowFontScaling={true}
8091
placeholder=\\"Add custom freshness\\"
92+
rejectResponderTermination={true}
8193
testID=\\"bananaCustomFreshness\\"
94+
underlineColorAndroid=\\"transparent\\"
8295
value=\\"Custom Freshie\\"
8396
/>
8497
<TextInput
98+
allowFontScaling={true}
8599
defaultValue=\\"What did you inspect?\\"
86100
placeholder=\\"Who inspected freshness?\\"
101+
rejectResponderTermination={true}
87102
testID=\\"bananaChef\\"
103+
underlineColorAndroid=\\"transparent\\"
88104
value=\\"I inspected freshie\\"
89105
/>
90106
<TextInput
107+
allowFontScaling={true}
91108
defaultValue=\\"What banana?\\"
109+
rejectResponderTermination={true}
110+
underlineColorAndroid=\\"transparent\\"
92111
/>
93112
<TextInput
113+
allowFontScaling={true}
94114
defaultValue=\\"hello\\"
115+
rejectResponderTermination={true}
116+
underlineColorAndroid=\\"transparent\\"
95117
value=\\"\\"
96118
/>
97119
<View
@@ -141,21 +163,33 @@ exports[`debug: shallow 1`] = `
141163
not fresh
142164
</Text>
143165
<TextInput
166+
allowFontScaling={true}
144167
placeholder=\\"Add custom freshness\\"
168+
rejectResponderTermination={true}
145169
testID=\\"bananaCustomFreshness\\"
170+
underlineColorAndroid=\\"transparent\\"
146171
value=\\"Custom Freshie\\"
147172
/>
148173
<TextInput
174+
allowFontScaling={true}
149175
defaultValue=\\"What did you inspect?\\"
150176
placeholder=\\"Who inspected freshness?\\"
177+
rejectResponderTermination={true}
151178
testID=\\"bananaChef\\"
179+
underlineColorAndroid=\\"transparent\\"
152180
value=\\"I inspected freshie\\"
153181
/>
154182
<TextInput
183+
allowFontScaling={true}
155184
defaultValue=\\"What banana?\\"
185+
rejectResponderTermination={true}
186+
underlineColorAndroid=\\"transparent\\"
156187
/>
157188
<TextInput
189+
allowFontScaling={true}
158190
defaultValue=\\"hello\\"
191+
rejectResponderTermination={true}
192+
underlineColorAndroid=\\"transparent\\"
159193
value=\\"\\"
160194
/>
161195
<MyButton
@@ -193,21 +227,33 @@ exports[`debug: shallow with message 1`] = `
193227
not fresh
194228
</Text>
195229
<TextInput
230+
allowFontScaling={true}
196231
placeholder=\\"Add custom freshness\\"
232+
rejectResponderTermination={true}
197233
testID=\\"bananaCustomFreshness\\"
234+
underlineColorAndroid=\\"transparent\\"
198235
value=\\"Custom Freshie\\"
199236
/>
200237
<TextInput
238+
allowFontScaling={true}
201239
defaultValue=\\"What did you inspect?\\"
202240
placeholder=\\"Who inspected freshness?\\"
241+
rejectResponderTermination={true}
203242
testID=\\"bananaChef\\"
243+
underlineColorAndroid=\\"transparent\\"
204244
value=\\"I inspected freshie\\"
205245
/>
206246
<TextInput
247+
allowFontScaling={true}
207248
defaultValue=\\"What banana?\\"
249+
rejectResponderTermination={true}
250+
underlineColorAndroid=\\"transparent\\"
208251
/>
209252
<TextInput
253+
allowFontScaling={true}
210254
defaultValue=\\"hello\\"
255+
rejectResponderTermination={true}
256+
underlineColorAndroid=\\"transparent\\"
211257
value=\\"\\"
212258
/>
213259
<MyButton
@@ -245,28 +291,38 @@ exports[`debug: with message 1`] = `
245291
not fresh
246292
</Text>
247293
<TextInput
294+
allowFontScaling={true}
248295
placeholder=\\"Add custom freshness\\"
296+
rejectResponderTermination={true}
249297
testID=\\"bananaCustomFreshness\\"
298+
underlineColorAndroid=\\"transparent\\"
250299
value=\\"Custom Freshie\\"
251300
/>
252301
<TextInput
302+
allowFontScaling={true}
253303
defaultValue=\\"What did you inspect?\\"
254304
placeholder=\\"Who inspected freshness?\\"
305+
rejectResponderTermination={true}
255306
testID=\\"bananaChef\\"
307+
underlineColorAndroid=\\"transparent\\"
256308
value=\\"I inspected freshie\\"
257309
/>
258310
<TextInput
311+
allowFontScaling={true}
259312
defaultValue=\\"What banana?\\"
313+
rejectResponderTermination={true}
314+
underlineColorAndroid=\\"transparent\\"
260315
/>
261316
<TextInput
317+
allowFontScaling={true}
262318
defaultValue=\\"hello\\"
319+
rejectResponderTermination={true}
320+
underlineColorAndroid=\\"transparent\\"
263321
value=\\"\\"
264322
/>
265323
<View
266324
accessible={true}
267-
collapsable={false}
268325
focusable={true}
269-
nativeID=\\"animatedComponent\\"
270326
onClick={[Function onClick]}
271327
onResponderGrant={[Function onResponderGrant]}
272328
onResponderMove={[Function onResponderMove]}
@@ -303,9 +359,7 @@ exports[`debug: with message 1`] = `
303359
exports[`toJSON 1`] = `
304360
<View
305361
accessible={true}
306-
collapsable={false}
307362
focusable={false}
308-
nativeID="animatedComponent"
309363
onClick={[Function]}
310364
onResponderGrant={[Function]}
311365
onResponderMove={[Function]}

0 commit comments

Comments
 (0)