cerner / terra-graphs

A lightweight, JavaScript visualization API built using D3. Includes a vanilla javascript and react implementation.
Apache License 2.0
7 stars 6 forks source link

Update bubble graph, gantt chart and paired result unit tests to jest #329

Closed sdadn closed 9 months ago

sdadn commented 9 months ago

Summary

This PR continues the work started in #324 to utilize Jest for unit tests instead of Karma.

This PR makes the following changes:

Note: A small subset of tests are failing due to differing values or due to an undefined value in the graph API. These tests are being skipped for now as they require dedicated debugging and the current objective is to switch over to Jest for unit tests. These failing tests will be fixed in a separate Jira.

Testing

This change was tested using:

Reviews

In addition to engineering reviews, this PR needs:

Additional Details

This PR resolves:

UXPLATFORM-9813


Thank you for contributing to Terra. @cerner/terra