summaryrefslogtreecommitdiffstats
path: root/src/components/templates/layout/layout.test.tsx
Commit message (Collapse)AuthorAgeFilesLines
* test: install and configure cypressArmand Philippot2022-06-021-1/+1
| | | | I also configure Jest to avoid conflicts between Cypress and Jest.
* build(deps): bump all dependenciesArmand Philippot2022-05-251-1/+0
| | | | | | | I moved the website picture from useSettings to the layout component since it is only used here. This reduce the number of Jest errors. However, there's still some issues with some images import...
* chore: use persistent layoutArmand Philippot2022-05-171-6/+5
| | | | | It prevents to rerender the common components between pages (header, footer...).
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-161-5/+7
|
* chore: add a Layout componentArmand Philippot2022-04-221-0/+34
It defines the different components used by all other layouts.