Create component tests for atoms/RightPanel
oegea opened this issue ยท 2 comments
oegea commented
Feature issue
๐ง Is your feature request related to a problem? Please describe.
Components should have been covered by unit tests to increase code stability and deploy confidence.
๐ข Describe the solution you'd like
Create a unit test for atoms/RightPanel
.
๐ก Describe alternatives you've considered
There are not additional alternatives.
๐ฌ Additional context
Example of an already existing test: https://github.com/oegea/passager-password-manager/blob/main/src/components/atoms/Button/Button.test.js
HamzaRahmani commented
I can tackle this next if you'd like.
oegea commented
Go ahead @HamzaRahmani
Thank you for contributing