Skip to content
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

Merged
merged 4 commits into from
Oct 24, 2019

Conversation

purvikaul
Copy link
Contributor

@purvikaul purvikaul commented Oct 24, 2019

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

@Celeo Celeo added hacktoberfest Good Hacktoberfest issue internal api Relating to the internal API only skip-release Preserve the current version when merged labels Oct 24, 2019
@@ -20,13 +21,122 @@ const getComponent = (props = {}) => {
)
}



const props = {
Copy link
Contributor

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"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@Celeo
Copy link
Contributor

Celeo commented Oct 24, 2019

Thank you for the contribution!

Copy link
Contributor

@Celeo Celeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work! 🚀

@Celeo Celeo merged commit c60ab8c into intuit:master Oct 24, 2019
@hipstersmoothie
Copy link
Contributor

🚀 PR was released in v1.0.1 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Good Hacktoberfest issue internal api Relating to the internal API only released skip-release Preserve the current version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants