@@ -6,7 +6,7 @@ exports[`type() supports backspace: input: "{Backspace}a", defaultValue: "xxx" 1
6
6
" name" : " pressIn" ,
7
7
" payload" : {
8
8
" currentTarget" : {
9
- " measure" : [MockFunction ],
9
+ " measure" : [Function ],
10
10
},
11
11
" nativeEvent" : {
12
12
" changedTouches" : [],
@@ -19,7 +19,7 @@ exports[`type() supports backspace: input: "{Backspace}a", defaultValue: "xxx" 1
19
19
" timestamp" : 100100100100 ,
20
20
" touches" : [],
21
21
},
22
- " persist" : [MockFunction ],
22
+ " persist" : [Function ],
23
23
" target" : {},
24
24
},
25
25
} ,
@@ -37,7 +37,7 @@ exports[`type() supports backspace: input: "{Backspace}a", defaultValue: "xxx" 1
37
37
" name" : " pressOut" ,
38
38
" payload" : {
39
39
" currentTarget" : {
40
- " measure" : [MockFunction ],
40
+ " measure" : [Function ],
41
41
},
42
42
" nativeEvent" : {
43
43
" changedTouches" : [],
@@ -50,7 +50,7 @@ exports[`type() supports backspace: input: "{Backspace}a", defaultValue: "xxx" 1
50
50
" timestamp" : 100100100100 ,
51
51
" touches" : [],
52
52
},
53
- " persist" : [MockFunction ],
53
+ " persist" : [Function ],
54
54
" target" : {},
55
55
},
56
56
} ,
@@ -162,7 +162,7 @@ exports[`type() supports basic case: input: "abc" 1`] = `
162
162
" name" : " pressIn" ,
163
163
" payload" : {
164
164
" currentTarget" : {
165
- " measure" : [MockFunction ],
165
+ " measure" : [Function ],
166
166
},
167
167
" nativeEvent" : {
168
168
" changedTouches" : [],
@@ -175,7 +175,7 @@ exports[`type() supports basic case: input: "abc" 1`] = `
175
175
" timestamp" : 100100100100 ,
176
176
" touches" : [],
177
177
},
178
- " persist" : [MockFunction ],
178
+ " persist" : [Function ],
179
179
" target" : {},
180
180
},
181
181
} ,
@@ -193,7 +193,7 @@ exports[`type() supports basic case: input: "abc" 1`] = `
193
193
" name" : " pressOut" ,
194
194
" payload" : {
195
195
" currentTarget" : {
196
- " measure" : [MockFunction ],
196
+ " measure" : [Function ],
197
197
},
198
198
" nativeEvent" : {
199
199
" changedTouches" : [],
@@ -206,7 +206,7 @@ exports[`type() supports basic case: input: "abc" 1`] = `
206
206
" timestamp" : 100100100100 ,
207
207
" touches" : [],
208
208
},
209
- " persist" : [MockFunction ],
209
+ " persist" : [Function ],
210
210
" target" : {},
211
211
},
212
212
} ,
@@ -357,7 +357,7 @@ exports[`type() supports defaultValue prop: input: "ab", defaultValue: "xxx" 1`]
357
357
" name" : " pressIn" ,
358
358
" payload" : {
359
359
" currentTarget" : {
360
- " measure" : [MockFunction ],
360
+ " measure" : [Function ],
361
361
},
362
362
" nativeEvent" : {
363
363
" changedTouches" : [],
@@ -370,7 +370,7 @@ exports[`type() supports defaultValue prop: input: "ab", defaultValue: "xxx" 1`]
370
370
" timestamp" : 100100100100 ,
371
371
" touches" : [],
372
372
},
373
- " persist" : [MockFunction ],
373
+ " persist" : [Function ],
374
374
" target" : {},
375
375
},
376
376
} ,
@@ -388,7 +388,7 @@ exports[`type() supports defaultValue prop: input: "ab", defaultValue: "xxx" 1`]
388
388
" name" : " pressOut" ,
389
389
" payload" : {
390
390
" currentTarget" : {
391
- " measure" : [MockFunction ],
391
+ " measure" : [Function ],
392
392
},
393
393
" nativeEvent" : {
394
394
" changedTouches" : [],
@@ -401,7 +401,7 @@ exports[`type() supports defaultValue prop: input: "ab", defaultValue: "xxx" 1`]
401
401
" timestamp" : 100100100100 ,
402
402
" touches" : [],
403
403
},
404
- " persist" : [MockFunction ],
404
+ " persist" : [Function ],
405
405
" target" : {},
406
406
},
407
407
} ,
@@ -513,7 +513,7 @@ exports[`type() supports multiline: input: "{Enter}\\n", multiline: true 1`] = `
513
513
" name" : " pressIn" ,
514
514
" payload" : {
515
515
" currentTarget" : {
516
- " measure" : [MockFunction ],
516
+ " measure" : [Function ],
517
517
},
518
518
" nativeEvent" : {
519
519
" changedTouches" : [],
@@ -526,7 +526,7 @@ exports[`type() supports multiline: input: "{Enter}\\n", multiline: true 1`] = `
526
526
" timestamp" : 100100100100 ,
527
527
" touches" : [],
528
528
},
529
- " persist" : [MockFunction ],
529
+ " persist" : [Function ],
530
530
" target" : {},
531
531
},
532
532
} ,
@@ -544,7 +544,7 @@ exports[`type() supports multiline: input: "{Enter}\\n", multiline: true 1`] = `
544
544
" name" : " pressOut" ,
545
545
" payload" : {
546
546
" currentTarget" : {
547
- " measure" : [MockFunction ],
547
+ " measure" : [Function ],
548
548
},
549
549
" nativeEvent" : {
550
550
" changedTouches" : [],
@@ -557,7 +557,7 @@ exports[`type() supports multiline: input: "{Enter}\\n", multiline: true 1`] = `
557
557
" timestamp" : 100100100100 ,
558
558
" touches" : [],
559
559
},
560
- " persist" : [MockFunction ],
560
+ " persist" : [Function ],
561
561
" target" : {},
562
562
},
563
563
} ,
0 commit comments