File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Libraries/Components/Touchable/__tests__/__snapshots__ Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ exports[`TouchableHighlight renders correctly 1`] = `
66 accessible = { true }
77 hitSlop = { undefined }
88 onLayout = { undefined }
9- onResponderGrant = { [Function bound touchableHandleResponderGrant ]}
10- onResponderMove = { [Function bound touchableHandleResponderMove ]}
11- onResponderRelease = { [Function bound touchableHandleResponderRelease ]}
12- onResponderTerminate = { [Function bound touchableHandleResponderTerminate ]}
13- onResponderTerminationRequest = { [Function bound touchableHandleResponderTerminationRequest ]}
14- onStartShouldSetResponder = { [Function bound touchableHandleStartShouldSetResponder ]}
9+ onResponderGrant = { [Function ]}
10+ onResponderMove = { [Function ]}
11+ onResponderRelease = { [Function ]}
12+ onResponderTerminate = { [Function ]}
13+ onResponderTerminationRequest = { [Function ]}
14+ onStartShouldSetResponder = { [Function ]}
1515 style = {
1616 Array [
1717 Object {
18- " backgroundColor" : " transparent"
18+ " backgroundColor" : " transparent" ,
1919 },
20- Object {}
20+ Object {},
2121 ]
2222 }
2323 testID = { undefined } >
Original file line number Diff line number Diff line change 213213 "eslint-plugin-flowtype" : " ^2.19.0" ,
214214 "eslint-plugin-react" : " ^6.3.0" ,
215215 "flow-bin" : " ^0.33.0" ,
216- "jest" : " 15.1.0 " ,
217- "jest-repl" : " 15.1 .0" ,
218- "jest-runtime" : " 15.1 .0" ,
216+ "jest" : " 16.0.1 " ,
217+ "jest-repl" : " 16.0 .0" ,
218+ "jest-runtime" : " 16.0 .0" ,
219219 "mock-fs" : " ^3.11.0" ,
220220 "portfinder" : " 0.4.0" ,
221221 "react" : " ~15.3.1" ,
You can’t perform that action at this time.
0 commit comments