mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 17:49:14 +00:00
* cleanup in getFormattedEntityData method * fix failed test after cleanup in entity-summary-panel-utils * added unit test for getMapOfListHighlights method * separate test of different functions in different describe block * in children table constraints will not pass * fix a type issue * children will only return for Column and Field type * cleanup and remove redundancy in mock * added unit test for getHighlightOfListItem method * some cleanup + improve type defination * minor change * some cleanup