aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/comment.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.
* test: fix theme toggle and comment testsArmand Philippot2022-05-241-1/+1
|
* refactor: reduce the number of data transformationArmand Philippot2022-05-231-28/+11
|
* chore: add Article pagesArmand Philippot2022-05-151-2/+4
|
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-091-1/+1
| | | | | | 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 CommentsList componentArmand Philippot2022-04-221-2/+0
|
* chore: add a Comment componentArmand Philippot2022-04-211-0/+64