-
Notifications
You must be signed in to change notification settings - Fork 38
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
Added unit tests for packages/extension/src/components/dashboard/DashboardBottom.jsx #29
Conversation
@@ -20,13 +21,122 @@ const getComponent = (props = {}) => { | |||
) | |||
} | |||
|
|||
|
|||
|
|||
const props = { |
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.
If this object is only going to be used in 2 tests, maybe this should either be in those 2 tests, or called something "defaultProps"?
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.
Done
Thank you for the contribution! |
…ReplayWeb into Hacktober-Added-Tests
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.
Excellent work! 🚀
🚀 PR was released in v1.0.1 🚀 |
Thank you for contributing this pull request!
Please make the PR against the
master
branch, add a description of what's changing, and link any relevant issues or PRs.What's changing
Added unit tests for packages/extension/src/components/dashboard/DashboardBottom.
...
What else might be impacted?
...
Checklist
[ ] Unit tests (updated and/or added)
[ ] Documentation (function/class docs, comments, etc.)
Published PR with canary version:
1.0.1-canary.29.420.0