mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
97732 Fix linter issues
This commit is contained in:
@@ -10,7 +10,7 @@ describe('ContextHelpToggleComponent', () => {
|
||||
let component: ContextHelpToggleComponent;
|
||||
let fixture: ComponentFixture<ContextHelpToggleComponent>;
|
||||
let contextHelpService;
|
||||
let contextHelpEmpty$ = new BehaviorSubject(true);
|
||||
const contextHelpEmpty$ = new BehaviorSubject(true);
|
||||
|
||||
beforeEach(async () => {
|
||||
contextHelpService = jasmine.createSpyObj('contextHelpService',
|
||||
|
Reference in New Issue
Block a user