summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/card.test.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore(cards): use post title as link labelArmand Philippot2022-06-071-23/+10
|
* test: install and configure cypressArmand Philippot2022-06-021-1/+1
| | | | I also configure Jest to avoid conflicts between Cypress and Jest.
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-091-8/+5
| | | | | | The meta can have different layout. The previous implementation was not enough to easily change the layout. Also, I prefer to restrict the meta types and it prevents me to repeat myself for the labels.
* chore: add a Card componentArmand Philippot2022-04-131-0/+52