You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI folder currently lacks unit tests for the following components:
Auth
SignIn
SignUp
=> Adding unit tests for these components will help ensure their reliability and catch potential bugs early.
Unit tests are essential to:
Verify that the components render correctly.
Test their behavior under various props and state changes.
Simulate and validate user interactions.
=> This issue will improve code quality, maintainability And it will give less bugs in prod.
Expected Behavior
Each component should have a dedicated test file (e.g., Auth.test.jsx).
Test cases should cover:
Proper rendering of the component.
Functionality of props and state management.
User interactions (e.g., form submissions, button clicks, Animation).
=> Tests should be written using Vitest as the testing framework.
Current Behavior
No test cases exist in the ui folder for the mentioned components.
Auth
SignIn
SignUp
Additional Information (optional)
No response
Confirmation Checklist
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
The text was updated successfully, but these errors were encountered:
What is this issue related to?
Enhancement
Description
The UI folder currently lacks unit tests for the following components:
Auth
SignIn
SignUp
=> Adding unit tests for these components will help ensure their reliability and catch potential bugs early.
Unit tests are essential to:
Verify that the components render correctly.
Test their behavior under various props and state changes.
Simulate and validate user interactions.
=> This issue will improve code quality, maintainability And it will give less bugs in prod.
Expected Behavior
Each component should have a dedicated test file (e.g., Auth.test.jsx).
Test cases should cover:
Proper rendering of the component.
Functionality of props and state management.
User interactions (e.g., form submissions, button clicks, Animation).
=> Tests should be written using Vitest as the testing framework.
Current Behavior
No test cases exist in the ui folder for the mentioned components.
Auth
SignIn
SignUp
Additional Information (optional)
No response
Confirmation Checklist
The text was updated successfully, but these errors were encountered: