fix any type build

This commit is contained in:
Eugenio Romano
2016-11-22 10:34:36 +00:00
committed by Mario Romano
parent b7c0553317
commit ae6f4eeb1c
3 changed files with 3 additions and 3 deletions

View File

@@ -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({