aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jest/__mocks__
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): replace Overview with ProjectOverview componentArmand Philippot2023-11-111-0/+9
| | | | | | * `cover` prop is now expecting a ReactElement (NextImage) * `meta` prop is now limited to a specific set of meta items * add a `name` prop to add an accessible name to the figure element
* build: convert project to esmArmand Philippot2023-10-241-0/+2
|
* test: install and configure cypressArmand Philippot2022-06-021-0/+15
| | | | I also configure Jest to avoid conflicts between Cypress and Jest.
* build: configure jestArmand Philippot2022-03-242-2/+0
| | | | | | Since Next.js v12, Jest is already configured with the next/jest package. I also added a package to mock next/router.
* build: configure JestArmand Philippot2021-12-122-0/+2