58789: TSLint error fixing

This commit is contained in:
Kristof De Langhe
2019-01-21 12:32:55 +01:00
parent 962bafcce2
commit 52a440c9f2
19 changed files with 181 additions and 189 deletions

View File

@@ -41,4 +41,4 @@ export function spyOnOperator(obj: any, prop: string): any {
});
return spyOn(obj, prop);
}
}