97732 Fix linter issues

This commit is contained in:
Koen Pauwels
2023-01-16 11:07:47 +01:00
parent bcbfafcb32
commit 7812eecb53
9 changed files with 33 additions and 30 deletions

View File

@@ -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',