diff --git a/src/pull-refresh/test/__snapshots__/index.legacy.js.snap b/src/pull-refresh/test/__snapshots__/index.legacy.js.snap
deleted file mode 100644
index 63c569f79..000000000
--- a/src/pull-refresh/test/__snapshots__/index.legacy.js.snap
+++ /dev/null
@@ -1,115 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`change head content when pulling down 1`] = `
-
-
-
-
下拉即可刷新...
-
-
-
-`;
-
-exports[`change head content when pulling down 2`] = `
-
-
-
-
释放即可刷新...
-
-
-
-`;
-
-exports[`change head content when pulling down 3`] = `
-
-
-
-
加载中...
-
-
-
-`;
-
-exports[`change head content when pulling down 4`] = `
-
-
-
-
加载中...
-
-
-
-`;
-
-exports[`change head content when pulling down 5`] = `
-
-
-
-
-
-`;
-
-exports[`custom content by slots 1`] = `
-
-
-
pulling 20
-
-
-`;
-
-exports[`custom content by slots 2`] = `
-
-
-
loosing 75
-
-
-`;
-
-exports[`custom content by slots 3`] = `
-
-
-
loading 50
-
-
-`;
-
-exports[`not in page top 1`] = `
-
-
-
-
-
-`;
-
-exports[`render success slot 1`] = `
-
-
-
Custom Success
-
-
-`;
-
-exports[`render success text 1`] = `
-
-
-
-
success
-
-
-
-`;
-
-exports[`render success text 2`] = `
-
-
-
-
-
-`;
-
-exports[`should set height when using head-height 1`] = `
-
-
-
-
-
-`;
diff --git a/src/pull-refresh/test/__snapshots__/index.spec.js.snap b/src/pull-refresh/test/__snapshots__/index.spec.js.snap
new file mode 100644
index 000000000..1ac507b8d
--- /dev/null
+++ b/src/pull-refresh/test/__snapshots__/index.spec.js.snap
@@ -0,0 +1,173 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`should render different head content in different pulling status 1`] = `
+
+
+
+
+ 下拉即可刷新...
+
+
+
+
+`;
+
+exports[`should render different head content in different pulling status 2`] = `
+
+
+
+
+ 释放即可刷新...
+
+
+
+
+`;
+
+exports[`should render different head content in different pulling status 3`] = `
+
+
+
+
+
+
+
+
+ 加载中...
+
+
+
+
+
+`;
+
+exports[`should render different head content in different pulling status 4`] = `
+
+
+
+
+
+
+
+
+ 加载中...
+
+
+
+
+
+`;
+
+exports[`should render different head content in different pulling status 5`] = `
+