summaryrefslogtreecommitdiffstats
path: root/jest.config.js
Commit message (Collapse)AuthorAgeFilesLines
* test(jest): define a custom render function to set providersArmand Philippot2022-03-241-0/+6
|
* build: configure jestArmand Philippot2022-03-241-0/+44
Since Next.js v12, Jest is already configured with the next/jest package. I also added a package to mock next/router.