oegea/passager-password-manager

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

I can tackle this next if you'd like.

oegea commented

Go ahead @HamzaRahmani
Thank you for contributing