mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix any type build
This commit is contained in:
committed by
Mario Romano
parent
b7c0553317
commit
ae6f4eeb1c
@@ -48,7 +48,7 @@ describe('Activiti People Search', () => {
|
||||
let element: HTMLElement;
|
||||
let componentHandler;
|
||||
let userArray = [fakeUser, fakeSecondUser];
|
||||
let searchInput;
|
||||
let searchInput: any;
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
|
Reference in New Issue
Block a user