-
Notifications
You must be signed in to change notification settings - Fork 64
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
feat(composables): add 100% coverage #1131
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
CodSpeed Performance ReportMerging #1131 will not alter performanceComparing Summary
|
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.
Great work 🙌 I reviewed the code and left some comments. Mainly to make test names more descriptive. People should not need to read the test code tested code to understand what the test is doing. This way, we also have proper documentation for the tested code.
While applying suggestions, please make sure that:
- test names are properly documenting features/behaviours of the code
- mocks are cleared between tests, so there is no impact between singular tests
- fill the PR description appropriately so when someone looks at this PR in the future description summarizes what's changed here
Description
Type of change
ToDo's
Screenshots (if applicable)
Additional context