68067: Route data menu sections - tests

This commit is contained in:
Kristof De Langhe
2020-05-19 16:35:36 +02:00
parent ff0750d053
commit 6d88381ead
5 changed files with 89 additions and 9 deletions

View File

@@ -59,6 +59,9 @@ export class MenuServiceStub {
removeSection(): void { /***/
};
resetSections(): void { /***/
};
isMenuVisible(id: MenuID): Observable<boolean> {
return observableOf(true)
};