unregisterEntity
This function exist so we can unregister entities in unit tests.
Presentation
function unregisterEntity (feature: string, entity: string): void;Returns
voidParameters
| Name | Type | Description |
|---|---|---|
| feature | string | the feature we used when we registered the entity |
| entity | string | the fieldName we used when we registered the |