aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msw/handlers/posts/post.handler.ts
Commit message (Collapse)AuthorAgeFilesLines
* test(services): add tests for createComment mutationArmand Philippot2023-12-111-1/+3
| | | | | * add Jest test * add a Cypress test in article pages spec
* refactor(hooks): replace useGithubApi with useGithubRepoMetaArmand Philippot2023-12-071-16/+17
| | | | | | | | * use GraphQL API instead of REST (the inconvenient however is that we now need an authorization token...) * move fetcher in services * add tests * mock response using MSW
* test(services): add tests for posts fetchersArmand Philippot2023-11-281-0/+21