aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-pagination/use-pagination.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks): rewrite usePagination hookArmand Philippot2023-11-131-0/+96
* replace `isLoadingInitialData` with `isLoading` & `isRefreshing` * rename `fallbackData` prop to `fallback` * replace `setSize` return with a `loadMore` callback * add tests