mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 12:15:37 +08:00
Update Jest to 21.3.0-beta.8
Reviewed By: davidaurelio Differential Revision: D6221784 fbshipit-source-id: 189e895378635dd21d14d6fb1f93510a52c90742
This commit is contained in:
committed by
Facebook Github Bot
parent
6ecae73fe5
commit
16bbd908e7
@@ -38,13 +38,13 @@ exports[`FlatList renders all the bells and whistles 1`] = `
|
||||
onEndReachedThreshold={2}
|
||||
onLayout={[Function]}
|
||||
onMomentumScrollEnd={[Function]}
|
||||
onRefresh={[Function]}
|
||||
onRefresh={[MockFunction]}
|
||||
onScroll={[Function]}
|
||||
onScrollBeginDrag={[Function]}
|
||||
onScrollEndDrag={[Function]}
|
||||
refreshControl={
|
||||
<RefreshControlMock
|
||||
onRefresh={[Function]}
|
||||
onRefresh={[MockFunction]}
|
||||
progressViewOffset={undefined}
|
||||
refreshing={false}
|
||||
/>
|
||||
|
||||
@@ -278,14 +278,14 @@ exports[`SectionList renders all the bells and whistles 1`] = `
|
||||
onEndReachedThreshold={2}
|
||||
onLayout={[Function]}
|
||||
onMomentumScrollEnd={[Function]}
|
||||
onRefresh={[Function]}
|
||||
onRefresh={[MockFunction]}
|
||||
onScroll={[Function]}
|
||||
onScrollBeginDrag={[Function]}
|
||||
onScrollEndDrag={[Function]}
|
||||
onViewableItemsChanged={undefined}
|
||||
refreshControl={
|
||||
<RefreshControlMock
|
||||
onRefresh={[Function]}
|
||||
onRefresh={[MockFunction]}
|
||||
progressViewOffset={undefined}
|
||||
refreshing={false}
|
||||
/>
|
||||
|
||||
@@ -441,13 +441,13 @@ exports[`VirtualizedList renders all the bells and whistles 1`] = `
|
||||
onEndReachedThreshold={2}
|
||||
onLayout={[Function]}
|
||||
onMomentumScrollEnd={[Function]}
|
||||
onRefresh={[Function]}
|
||||
onRefresh={[MockFunction]}
|
||||
onScroll={[Function]}
|
||||
onScrollBeginDrag={[Function]}
|
||||
onScrollEndDrag={[Function]}
|
||||
refreshControl={
|
||||
<RefreshControlMock
|
||||
onRefresh={[Function]}
|
||||
onRefresh={[MockFunction]}
|
||||
progressViewOffset={undefined}
|
||||
refreshing={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user