File tree 5 files changed +858
-521
lines changed
src/__tests__/__snapshots__
5 files changed +858
-521
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ aliases:
12
12
13
13
defaults : &defaults
14
14
docker :
15
- - image : circleci/node:12
15
+ - image : circleci/node:14
16
16
working_directory : ~/react-native-testing-library
17
17
18
18
jobs :
Original file line number Diff line number Diff line change @@ -31,12 +31,6 @@ flow-typed/
31
31
server.max_workers=4
32
32
emoji=true
33
33
34
- esproposal.optional_chaining=enable
35
- esproposal.nullish_coalescing=enable
36
-
37
- well_formed_exports=true
38
- types_first=true
39
-
40
34
module.file_ext=.js
41
35
module.file_ext=.json
42
36
module.file_ext=.ios.js
Original file line number Diff line number Diff line change 46
46
"cp-cli" : " ^2.0.0" ,
47
47
"dedent" : " ^0.7.0" ,
48
48
"del-cli" : " ^3.0.1" ,
49
- "eslint" : " ^7.0 .0" ,
50
- "flow-bin" : " ^0.141 .0" ,
49
+ "eslint" : " ^7.32 .0" ,
50
+ "flow-bin" : " ~0.170 .0" ,
51
51
"flow-copy-source" : " ^2.0.9" ,
52
52
"jest" : " ^27.0.0" ,
53
53
"react" : " ^17.0.2" ,
54
- "react-native" : " ^0.66.0 " ,
54
+ "react-native" : " ~0.68.2 " ,
55
55
"react-test-renderer" : " ^17.0.2" ,
56
56
"release-it" : " ^14.0.3" ,
57
57
"strip-ansi" : " ^6.0.0" ,
87
87
"testPathIgnorePatterns" : [
88
88
" timerUtils"
89
89
],
90
- "testTimeout" : 30000 ,
90
+ "testTimeout" : 60000 ,
91
91
"transformIgnorePatterns" : [
92
92
" /node_modules/(?!(@react-native|react-native)/).*/"
93
93
]
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ exports[`debug 1`] = `
32
32
accessible = { true }
33
33
collapsable = { false }
34
34
focusable = { true }
35
- nativeID =\\"animatedComponent\\"
36
35
onClick = { [Function onClick ]}
37
36
onResponderGrant = { [Function onResponderGrant ]}
38
37
onResponderMove = { [Function onResponderMove ]}
@@ -96,6 +95,7 @@ exports[`debug changing component: bananaFresh button message should now be "fre
96
95
/>
97
96
<View
98
97
accessible = { true }
98
+ collapsable = { false }
99
99
focusable = { true }
100
100
onClick = { [Function onClick ]}
101
101
onResponderGrant = { [Function onResponderGrant ]}
@@ -266,7 +266,6 @@ exports[`debug: with message 1`] = `
266
266
accessible = { true }
267
267
collapsable = { false }
268
268
focusable = { true }
269
- nativeID =\\"animatedComponent\\"
270
269
onClick = { [Function onClick ]}
271
270
onResponderGrant = { [Function onResponderGrant ]}
272
271
onResponderMove = { [Function onResponderMove ]}
@@ -305,7 +304,6 @@ exports[`toJSON 1`] = `
305
304
accessible = { true }
306
305
collapsable = { false }
307
306
focusable = { false }
308
- nativeID = " animatedComponent"
309
307
onClick = { [Function ]}
310
308
onResponderGrant = { [Function ]}
311
309
onResponderMove = { [Function ]}
You can’t perform that action at this time.
0 commit comments