summaryrefslogtreecommitdiffstats
path: root/src/components/atoms/loaders/progress-bar.test.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: add a label to progress barArmand Philippot2022-06-071-2/+13
| | | | | | The progress element is a form element, so a label is required to be accessible. Since I'm not using it without label, I transform the optional info parameter to a mandatory label parameter.
* test: install and configure cypressArmand Philippot2022-06-021-1/+1
| | | | I also configure Jest to avoid conflicts between Cypress and Jest.
* chore: add a ProgressBar componentArmand Philippot2022-04-051-0/+9