// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`should render correctly: default 1`] = `
x_of_y_shown.3.5
`; exports[`should render correctly: empty if everything is loaded 1`] = `
x_of_y_shown.5.5
`; exports[`should render correctly: empty if no loadMore nor reload props 1`] = `
x_of_y_shown.3.5
`; exports[`should render correctly: force show load more button if count % pageSize is 0, and total is undefined 1`] = `
x_show.60
`; exports[`should render correctly: loading 1`] = `
x_of_y_shown.3.5
`; exports[`should render correctly: reload 1`] = `
x_of_y_shown.3.5
`; exports[`should render correctly: reload, loading 1`] = `
x_of_y_shown.3.5
`; exports[`should render correctly: total undefined 1`] = `
x_show.3
`;