aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-scroll-position/use-scroll-position.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks): rewrite useScrollPosition hookArmand Philippot2023-11-151-0/+25
* return the scroll position (both X and Y) * no longer accepts arguments * add tests