File tree Expand file tree Collapse file tree 3 files changed +47
-1373
lines changed
src/__tests__/__snapshots__ Expand file tree Collapse file tree 3 files changed +47
-1373
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ module.exports = {
14
14
] ,
15
15
env : {
16
16
test : {
17
- // https://github.com/react-native-community/upgrade-support/issues/152
18
- plugins : [ '@babel/plugin-transform-flow-strip-types' ] ,
17
+ presets : [ '@react-native/babel-preset' ] ,
19
18
} ,
20
19
} ,
21
20
} ;
Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ exports[`debug: shallow 1`] = `
396
396
value = " "
397
397
/>
398
398
<MyButton
399
- onPress = { [Function changeFresh ]}
399
+ onPress = { [Function anonymous ]}
400
400
>
401
401
Change freshness!
402
402
</MyButton >
@@ -447,7 +447,7 @@ exports[`debug: shallow with message 1`] = `
447
447
value = " "
448
448
/>
449
449
<MyButton
450
- onPress = { [Function changeFresh ]}
450
+ onPress = { [Function anonymous ]}
451
451
>
452
452
Change freshness!
453
453
</MyButton >
You can’t perform that action at this time.
0 commit comments