-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add App.tsx unit tests to increase coverage #309
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say to adjust a little the test to test more cases and be more specific in each of them
Quality Gate passedIssues Measures |
@aneuwald-ctw Changes addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! ended up being a great test :)
Description
Adding tests to the App.tsx file to ensure the quality of code on rendering the app and increase code coverage.
Checklist