77205: Add unit tests for authorization-dependent admin menu content

This commit is contained in:
Yura Bondarenko
2021-02-26 10:00:42 +01:00
parent 3d4f8c5222
commit 1c030e6bad
2 changed files with 149 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ export class MenuServiceStub {
deactivateSection(): void { /***/
}
addSection(): void { /***/
addSection(menuID: MenuID, section: MenuSection): void { /***/
}
removeSection(): void { /***/