-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Adding unit tests for donut chart #27424
Adding unit tests for donut chart #27424
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 5a00fd5:
|
📊 Bundle size report🤖 This report was generated against bbdfcb9795bca865f8b632f30ee5c7156e092fc5 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: bbdfcb9795bca865f8b632f30ee5c7156e092fc5 (build) |
553fdc3
to
5ccda3d
Compare
5ccda3d
to
fb5b655
Compare
packages/react-charting/src/components/DonutChart/DonutChartUnitTests.test.ts
Outdated
Show resolved
Hide resolved
packages/react-charting/src/components/DonutChart/DonutChartUnitTests.test.ts
Outdated
Show resolved
Hide resolved
packages/react-charting/src/components/DonutChart/DonutChartUnitTests.test.ts
Outdated
Show resolved
Hide resolved
e219fd3
to
5a00fd5
Compare
Added unit test plan and unit tests for Donut Chart component.
Added unit tests for colors utility functions.
Improved the code coverage as follows:
Master: (colors utility having coverage of 75.86%)
To: (colors utility having improved coverage of 96.55%)
Related Issue(s)