[DURACOM-191] fix lint errors manually and automatically

This commit is contained in:
Andrea Barbasso
2024-03-12 21:06:12 +01:00
parent ee265f855b
commit 3029802ad4
241 changed files with 852 additions and 3481 deletions

View File

@@ -4,11 +4,8 @@ import {
NO_ERRORS_SCHEMA,
} from '@angular/core';
import {
ComponentFixture,
ComponentFixture,
TestBed,
TestBed,
waitForAsync,
waitForAsync,
} from '@angular/core/testing';
import { By } from '@angular/platform-browser';
@@ -22,7 +19,6 @@ import {
hot,
} from 'jasmine-marbles';
import {
of as observableOf,
of as observableOf,
of,
} from 'rxjs';
@@ -49,10 +45,7 @@ import { NotificationsServiceStub } from '../../../shared/testing/notifications-
import { PaginationServiceStub } from '../../../shared/testing/pagination-service.stub';
import { createPaginatedList } from '../../../shared/testing/utils.test';
import { EnumKeysPipe } from '../../../shared/utils/enum-keys-pipe';
import {
BitstreamFormatsComponent,
BitstreamFormatsComponent,
} from './bitstream-formats.component';
import { BitstreamFormatsComponent } from './bitstream-formats.component';
describe('BitstreamFormatsComponent', () => {
let comp: BitstreamFormatsComponent;