Updating jest to 16.0.1

Reviewed By: cpojer

Differential Revision: D4001464

fbshipit-source-id: cbbf6a9d77605657151c86334fbc03d21f16e5fd
This commit is contained in:
Cristian Carlesso 2016-10-13 13:03:28 -07:00 committed by Facebook Github Bot
parent ae9cc004b9
commit 9ffe2ee0d8
2 changed files with 11 additions and 11 deletions

View File

@ -6,18 +6,18 @@ exports[`TouchableHighlight renders correctly 1`] = `
accessible={true}
hitSlop={undefined}
onLayout={undefined}
onResponderGrant={[Function bound touchableHandleResponderGrant]}
onResponderMove={[Function bound touchableHandleResponderMove]}
onResponderRelease={[Function bound touchableHandleResponderRelease]}
onResponderTerminate={[Function bound touchableHandleResponderTerminate]}
onResponderTerminationRequest={[Function bound touchableHandleResponderTerminationRequest]}
onStartShouldSetResponder={[Function bound touchableHandleStartShouldSetResponder]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
Array [
Object {
"backgroundColor": "transparent"
"backgroundColor": "transparent",
},
Object {}
Object {},
]
}
testID={undefined}>

View File

@ -213,9 +213,9 @@
"eslint-plugin-flowtype": "^2.19.0",
"eslint-plugin-react": "^6.3.0",
"flow-bin": "^0.33.0",
"jest": "15.1.0",
"jest-repl": "15.1.0",
"jest-runtime": "15.1.0",
"jest": "16.0.1",
"jest-repl": "16.0.0",
"jest-runtime": "16.0.0",
"mock-fs": "^3.11.0",
"portfinder": "0.4.0",
"react": "~15.3.1",