Update Jest to 21.3.0-beta.8
Reviewed By: davidaurelio Differential Revision: D6221784 fbshipit-source-id: 189e895378635dd21d14d6fb1f93510a52c90742
This commit is contained in:
parent
6ecae73fe5
commit
16bbd908e7
|
@ -38,13 +38,13 @@ exports[`FlatList renders all the bells and whistles 1`] = `
|
||||||
onEndReachedThreshold={2}
|
onEndReachedThreshold={2}
|
||||||
onLayout={[Function]}
|
onLayout={[Function]}
|
||||||
onMomentumScrollEnd={[Function]}
|
onMomentumScrollEnd={[Function]}
|
||||||
onRefresh={[Function]}
|
onRefresh={[MockFunction]}
|
||||||
onScroll={[Function]}
|
onScroll={[Function]}
|
||||||
onScrollBeginDrag={[Function]}
|
onScrollBeginDrag={[Function]}
|
||||||
onScrollEndDrag={[Function]}
|
onScrollEndDrag={[Function]}
|
||||||
refreshControl={
|
refreshControl={
|
||||||
<RefreshControlMock
|
<RefreshControlMock
|
||||||
onRefresh={[Function]}
|
onRefresh={[MockFunction]}
|
||||||
progressViewOffset={undefined}
|
progressViewOffset={undefined}
|
||||||
refreshing={false}
|
refreshing={false}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -278,14 +278,14 @@ exports[`SectionList renders all the bells and whistles 1`] = `
|
||||||
onEndReachedThreshold={2}
|
onEndReachedThreshold={2}
|
||||||
onLayout={[Function]}
|
onLayout={[Function]}
|
||||||
onMomentumScrollEnd={[Function]}
|
onMomentumScrollEnd={[Function]}
|
||||||
onRefresh={[Function]}
|
onRefresh={[MockFunction]}
|
||||||
onScroll={[Function]}
|
onScroll={[Function]}
|
||||||
onScrollBeginDrag={[Function]}
|
onScrollBeginDrag={[Function]}
|
||||||
onScrollEndDrag={[Function]}
|
onScrollEndDrag={[Function]}
|
||||||
onViewableItemsChanged={undefined}
|
onViewableItemsChanged={undefined}
|
||||||
refreshControl={
|
refreshControl={
|
||||||
<RefreshControlMock
|
<RefreshControlMock
|
||||||
onRefresh={[Function]}
|
onRefresh={[MockFunction]}
|
||||||
progressViewOffset={undefined}
|
progressViewOffset={undefined}
|
||||||
refreshing={false}
|
refreshing={false}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -441,13 +441,13 @@ exports[`VirtualizedList renders all the bells and whistles 1`] = `
|
||||||
onEndReachedThreshold={2}
|
onEndReachedThreshold={2}
|
||||||
onLayout={[Function]}
|
onLayout={[Function]}
|
||||||
onMomentumScrollEnd={[Function]}
|
onMomentumScrollEnd={[Function]}
|
||||||
onRefresh={[Function]}
|
onRefresh={[MockFunction]}
|
||||||
onScroll={[Function]}
|
onScroll={[Function]}
|
||||||
onScrollBeginDrag={[Function]}
|
onScrollBeginDrag={[Function]}
|
||||||
onScrollEndDrag={[Function]}
|
onScrollEndDrag={[Function]}
|
||||||
refreshControl={
|
refreshControl={
|
||||||
<RefreshControlMock
|
<RefreshControlMock
|
||||||
onRefresh={[Function]}
|
onRefresh={[MockFunction]}
|
||||||
progressViewOffset={undefined}
|
progressViewOffset={undefined}
|
||||||
refreshing={false}
|
refreshing={false}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -209,11 +209,11 @@
|
||||||
"eslint-plugin-prettier": "2.1.1",
|
"eslint-plugin-prettier": "2.1.1",
|
||||||
"eslint-plugin-react": "^7.2.1",
|
"eslint-plugin-react": "^7.2.1",
|
||||||
"flow-bin": "^0.58.0",
|
"flow-bin": "^0.58.0",
|
||||||
"jest": "^21",
|
"jest": "21.3.0-beta.8",
|
||||||
"prettier": "1.7.0",
|
"prettier": "1.7.0",
|
||||||
"react": "16.0.0",
|
"react": "16.0.0",
|
||||||
"react-test-renderer": "16.0.0",
|
"react-test-renderer": "16.0.0",
|
||||||
"shelljs": "^0.7.8",
|
"shelljs": "^0.7.8",
|
||||||
"sinon": "^2.2.0"
|
"sinon": "^2.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue