Finished refactoring, guards, docs, tests

This commit is contained in:
lotte
2019-01-02 16:51:41 +01:00
parent e0ed960d4c
commit 1ebd6f0e86
41 changed files with 600 additions and 553 deletions

View File

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