Changes based on feedback

This commit is contained in:
Giuseppe Digilio
2021-01-08 14:56:28 +01:00
parent aad23c8001
commit 665e07ae1f
6 changed files with 4 additions and 14 deletions

View File

@@ -178,16 +178,6 @@ describe('MenuService', () => {
});
describe('when the subsection list is empty', () => {
beforeEach(() => {
/* selectSpy.and.callFake(() => {
return () => {
return () => hot('a', {
a: []
}
);
};
});*/
});
it('should return false', () => {
const result = service.hasSubSections(MenuID.ADMIN, 'fakeId');