CDCgov / phdi

https://cdcgov.github.io/dibbs-site/
Creative Commons Zero v1.0 Universal
33 stars 14 forks source link

Write TEFCA Viewer unit tests for formatAddress #2018

Closed robertandremitchell closed 3 months ago

robertandremitchell commented 3 months ago

PULL REQUEST

Summary

This adds unit tests for formatAddress.

Related Issue

Fixes #1991

Additional Information

One of the tests I wrote, if all fields are empty, was still rendering divs in an empty <></>. I added a second condition to the formatAddress function that checks whether all the text in address is null, in which case it should return empty, similar to if no address is provided.

Checklist