Skip to content

Commit 9ffe2ee

Browse files
Cristian CarlessoFacebook Github Bot
authored andcommitted
Updating jest to 16.0.1
Reviewed By: cpojer Differential Revision: D4001464 fbshipit-source-id: cbbf6a9d77605657151c86334fbc03d21f16e5fd
1 parent ae9cc00 commit 9ffe2ee

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Libraries/Components/Touchable/__tests__/__snapshots__/TouchableHighlight-test.js.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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}>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@
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",

0 commit comments

Comments
 (0)