Unit test fixes

This commit is contained in:
Alisa Ismailati
2023-11-01 09:32:11 +01:00
parent 3cf3cc8850
commit d4d0fe0cbe
180 changed files with 2567 additions and 1101 deletions

View File

@@ -1,7 +1,6 @@
import {
ChangeDetectorRef,
Component,
ElementRef,
EventEmitter,
HostListener,
Input,
@@ -90,12 +89,10 @@ export class EntityDropdownComponent implements OnInit, OnDestroy {
*
* @param {ChangeDetectorRef} changeDetectorRef
* @param {EntityTypeDataService} entityTypeService
* @param {ElementRef} el
*/
constructor(
private changeDetectorRef: ChangeDetectorRef,
private entityTypeService: EntityTypeDataService,
private el: ElementRef
) { }
/**