mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 11:03:05 +00:00
Update unit tests
This commit is contained in:
@@ -10,6 +10,8 @@ export class SectionsServiceStub {
|
||||
isSectionEnabled = jasmine.createSpy('isSectionEnabled');
|
||||
isSectionReadOnly = jasmine.createSpy('isSectionReadOnly');
|
||||
isSectionAvailable = jasmine.createSpy('isSectionAvailable');
|
||||
isSectionTypeAvailable = jasmine.createSpy('isSectionTypeAvailable');
|
||||
isSectionType = jasmine.createSpy('isSectionType');
|
||||
addSection = jasmine.createSpy('addSection');
|
||||
removeSection = jasmine.createSpy('removeSection');
|
||||
updateSectionData = jasmine.createSpy('updateSectionData');
|
||||
|
Reference in New Issue
Block a user