File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
src/__tests__/__snapshots__ Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ module.exports = {
12
12
} ,
13
13
] ,
14
14
] ,
15
+ plugins : [ '@babel/plugin-proposal-class-properties' ] ,
15
16
} ;
Original file line number Diff line number Diff line change 21
21
"devDependencies" : {
22
22
"@babel/cli" : " ^7.8.4" ,
23
23
"@babel/core" : " ^7.9.0" ,
24
+ "@babel/plugin-proposal-class-properties" : " ^7.8.3" ,
24
25
"@babel/preset-env" : " ^7.9.6" ,
25
26
"@babel/preset-flow" : " ^7.9.0" ,
26
27
"@babel/preset-react" : " ^7.9.4" ,
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ exports[`debug: shallow 1`] = `
151
151
value =\\"I inspected freshie\\"
152
152
/>
153
153
<Button
154
- onPress = { [Function changeFresh ]}
154
+ onPress = { [Function anonymous ]}
155
155
type =\\"primary\\"
156
156
>
157
157
Change freshness!
@@ -201,7 +201,7 @@ exports[`debug: shallow with message 1`] = `
201
201
value =\\"I inspected freshie\\"
202
202
/>
203
203
<Button
204
- onPress = { [Function changeFresh ]}
204
+ onPress = { [Function anonymous ]}
205
205
type =\\"primary\\"
206
206
>
207
207
Change freshness!
Original file line number Diff line number Diff line change 306
306
" @babel/helper-remap-async-to-generator" " ^7.8.3"
307
307
" @babel/plugin-syntax-async-generators" " ^7.8.0"
308
308
309
- " @babel/plugin-proposal-class-properties@^7.0.0 " :
309
+ " @babel/plugin-proposal-class-properties@^7.0.0" , "@babel/plugin-proposal-class-properties@^7.8.3" :
310
310
version "7.8.3"
311
311
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e"
312
312
integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==
You can’t perform that action at this time.
0 commit comments