mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Changes based on feedback
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user