diff --git a/Libraries/Lists/__tests__/__snapshots__/FlatList-test.js.snap b/Libraries/Lists/__tests__/__snapshots__/FlatList-test.js.snap
index 7007b25c7e7551..331532e0f4c84b 100644
--- a/Libraries/Lists/__tests__/__snapshots__/FlatList-test.js.snap
+++ b/Libraries/Lists/__tests__/__snapshots__/FlatList-test.js.snap
@@ -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={
diff --git a/Libraries/Lists/__tests__/__snapshots__/SectionList-test.js.snap b/Libraries/Lists/__tests__/__snapshots__/SectionList-test.js.snap
index cd0e25eeb4cba0..3b37aae1bed095 100644
--- a/Libraries/Lists/__tests__/__snapshots__/SectionList-test.js.snap
+++ b/Libraries/Lists/__tests__/__snapshots__/SectionList-test.js.snap
@@ -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={
diff --git a/Libraries/Lists/__tests__/__snapshots__/VirtualizedList-test.js.snap b/Libraries/Lists/__tests__/__snapshots__/VirtualizedList-test.js.snap
index 3c683de778bb1d..a363a2a9a42a67 100644
--- a/Libraries/Lists/__tests__/__snapshots__/VirtualizedList-test.js.snap
+++ b/Libraries/Lists/__tests__/__snapshots__/VirtualizedList-test.js.snap
@@ -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={
diff --git a/package.json b/package.json
index a9b1cefb8c8bf5..86c89af1483cdb 100644
--- a/package.json
+++ b/package.json
@@ -209,11 +209,11 @@
"eslint-plugin-prettier": "2.1.1",
"eslint-plugin-react": "^7.2.1",
"flow-bin": "^0.58.0",
- "jest": "^21",
+ "jest": "21.3.0-beta.8",
"prettier": "1.7.0",
"react": "16.0.0",
"react-test-renderer": "16.0.0",
"shelljs": "^0.7.8",
"sinon": "^2.2.0"
}
-}
+}
\ No newline at end of file