@@ -5,6 +5,9 @@ exports[`type() supports backspace: input: "{Backspace}a", defaultValue: "xxx" 1
5
5
{
6
6
" name" : " pressIn" ,
7
7
" payload" : {
8
+ " currentTarget" : {
9
+ " measure" : [MockFunction ],
10
+ },
8
11
" nativeEvent" : {
9
12
" changedTouches" : [],
10
13
" identifier" : 0 ,
@@ -13,9 +16,10 @@ exports[`type() supports backspace: input: "{Backspace}a", defaultValue: "xxx" 1
13
16
" pageX" : 0 ,
14
17
" pageY" : 0 ,
15
18
" target" : 0 ,
16
- " timestamp" : 0 ,
19
+ " timestamp" : 100100100100 ,
17
20
" touches" : [],
18
21
},
22
+ " persist" : [MockFunction ],
19
23
},
20
24
} ,
21
25
{
@@ -29,6 +33,9 @@ exports[`type() supports backspace: input: "{Backspace}a", defaultValue: "xxx" 1
29
33
{
30
34
" name" : " pressOut" ,
31
35
" payload" : {
36
+ " currentTarget" : {
37
+ " measure" : [MockFunction ],
38
+ },
32
39
" nativeEvent" : {
33
40
" changedTouches" : [],
34
41
" identifier" : 0 ,
@@ -37,9 +44,10 @@ exports[`type() supports backspace: input: "{Backspace}a", defaultValue: "xxx" 1
37
44
" pageX" : 0 ,
38
45
" pageY" : 0 ,
39
46
" target" : 0 ,
40
- " timestamp" : 0 ,
47
+ " timestamp" : 100100100100 ,
41
48
" touches" : [],
42
49
},
50
+ " persist" : [MockFunction ],
43
51
},
44
52
} ,
45
53
{
@@ -133,6 +141,9 @@ exports[`type() supports basic case: input: "abc" 1`] = `
133
141
{
134
142
" name" : " pressIn" ,
135
143
" payload" : {
144
+ " currentTarget" : {
145
+ " measure" : [MockFunction ],
146
+ },
136
147
" nativeEvent" : {
137
148
" changedTouches" : [],
138
149
" identifier" : 0 ,
@@ -141,9 +152,10 @@ exports[`type() supports basic case: input: "abc" 1`] = `
141
152
" pageX" : 0 ,
142
153
" pageY" : 0 ,
143
154
" target" : 0 ,
144
- " timestamp" : 0 ,
155
+ " timestamp" : 100100100100 ,
145
156
" touches" : [],
146
157
},
158
+ " persist" : [MockFunction ],
147
159
},
148
160
} ,
149
161
{
@@ -157,6 +169,9 @@ exports[`type() supports basic case: input: "abc" 1`] = `
157
169
{
158
170
" name" : " pressOut" ,
159
171
" payload" : {
172
+ " currentTarget" : {
173
+ " measure" : [MockFunction ],
174
+ },
160
175
" nativeEvent" : {
161
176
" changedTouches" : [],
162
177
" identifier" : 0 ,
@@ -165,9 +180,10 @@ exports[`type() supports basic case: input: "abc" 1`] = `
165
180
" pageX" : 0 ,
166
181
" pageY" : 0 ,
167
182
" target" : 0 ,
168
- " timestamp" : 0 ,
183
+ " timestamp" : 100100100100 ,
169
184
" touches" : [],
170
185
},
186
+ " persist" : [MockFunction ],
171
187
},
172
188
} ,
173
189
{
@@ -294,6 +310,9 @@ exports[`type() supports defaultValue prop: input: "ab", defaultValue: "xxx" 1`]
294
310
{
295
311
" name" : " pressIn" ,
296
312
" payload" : {
313
+ " currentTarget" : {
314
+ " measure" : [MockFunction ],
315
+ },
297
316
" nativeEvent" : {
298
317
" changedTouches" : [],
299
318
" identifier" : 0 ,
@@ -302,9 +321,10 @@ exports[`type() supports defaultValue prop: input: "ab", defaultValue: "xxx" 1`]
302
321
" pageX" : 0 ,
303
322
" pageY" : 0 ,
304
323
" target" : 0 ,
305
- " timestamp" : 0 ,
324
+ " timestamp" : 100100100100 ,
306
325
" touches" : [],
307
326
},
327
+ " persist" : [MockFunction ],
308
328
},
309
329
} ,
310
330
{
@@ -318,6 +338,9 @@ exports[`type() supports defaultValue prop: input: "ab", defaultValue: "xxx" 1`]
318
338
{
319
339
" name" : " pressOut" ,
320
340
" payload" : {
341
+ " currentTarget" : {
342
+ " measure" : [MockFunction ],
343
+ },
321
344
" nativeEvent" : {
322
345
" changedTouches" : [],
323
346
" identifier" : 0 ,
@@ -326,9 +349,10 @@ exports[`type() supports defaultValue prop: input: "ab", defaultValue: "xxx" 1`]
326
349
" pageX" : 0 ,
327
350
" pageY" : 0 ,
328
351
" target" : 0 ,
329
- " timestamp" : 0 ,
352
+ " timestamp" : 100100100100 ,
330
353
" touches" : [],
331
354
},
355
+ " persist" : [MockFunction ],
332
356
},
333
357
} ,
334
358
{
@@ -422,6 +446,9 @@ exports[`type() supports multiline: input: "{Enter}\\n", multiline: true 1`] = `
422
446
{
423
447
" name" : " pressIn" ,
424
448
" payload" : {
449
+ " currentTarget" : {
450
+ " measure" : [MockFunction ],
451
+ },
425
452
" nativeEvent" : {
426
453
" changedTouches" : [],
427
454
" identifier" : 0 ,
@@ -430,9 +457,10 @@ exports[`type() supports multiline: input: "{Enter}\\n", multiline: true 1`] = `
430
457
" pageX" : 0 ,
431
458
" pageY" : 0 ,
432
459
" target" : 0 ,
433
- " timestamp" : 0 ,
460
+ " timestamp" : 100100100100 ,
434
461
" touches" : [],
435
462
},
463
+ " persist" : [MockFunction ],
436
464
},
437
465
} ,
438
466
{
@@ -446,6 +474,9 @@ exports[`type() supports multiline: input: "{Enter}\\n", multiline: true 1`] = `
446
474
{
447
475
" name" : " pressOut" ,
448
476
" payload" : {
477
+ " currentTarget" : {
478
+ " measure" : [MockFunction ],
479
+ },
449
480
" nativeEvent" : {
450
481
" changedTouches" : [],
451
482
" identifier" : 0 ,
@@ -454,9 +485,10 @@ exports[`type() supports multiline: input: "{Enter}\\n", multiline: true 1`] = `
454
485
" pageX" : 0 ,
455
486
" pageY" : 0 ,
456
487
" target" : 0 ,
457
- " timestamp" : 0 ,
488
+ " timestamp" : 100100100100 ,
458
489
" touches" : [],
459
490
},
491
+ " persist" : [MockFunction ],
460
492
},
461
493
} ,
462
494
{
0 commit comments