// 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`] = `
`; exports[`should render status slots correctly 1`] = `
pulling 20
`; exports[`should render status slots correctly 2`] = `
loosing 75
`; exports[`should render status slots correctly 3`] = `
loading 50
`; exports[`should render success slot correctly 1`] = `
Custom Success
`; exports[`should render success text correctly 1`] = `
success
`; exports[`should render success text correctly 2`] = `
`;