aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msw/handlers/posts
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-076-36/+42
| | | | | | | | * 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-287-0/+246