aboutsummaryrefslogtreecommitdiffstats
path: root/cypress.config.js
Commit message (Collapse)AuthorAgeFilesLines
* refactor(pages): refine Contact pageArmand Philippot2023-12-111-15/+0
| | | | | | | * remove next/router dependency * remove pageTitle since it is defined in MDX * reduce statements by grouping messages * mock response with MSW and add test for sendEmail
* test: install and configure cypressArmand Philippot2022-06-021-0/+15
I also configure Jest to avoid conflicts between Cypress and Jest.