mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
[CST-5537] Fix lint
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
/**
|
||||
* Component for the page that show the QA sources.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { createSelector, MemoizedSelector, Selector } from '@ngrx/store';
|
||||
import { createSelector, MemoizedSelector } from '@ngrx/store';
|
||||
import { hasValue } from './empty.util';
|
||||
|
||||
/**
|
||||
|
@@ -13,9 +13,8 @@ import { PaginationComponentOptions } from '../../../shared/pagination/paginatio
|
||||
import { SearchService } from '../../../core/shared/search/search.service';
|
||||
import { DSpaceObject } from '../../../core/shared/dspace-object.model';
|
||||
import {
|
||||
QualityAssuranceEventObject,
|
||||
QualityAssuranceEventMessageObject,
|
||||
OpenaireQualityAssuranceEventMessageObject,
|
||||
QualityAssuranceEventObject,
|
||||
} from '../../../core/suggestion-notifications/qa/models/quality-assurance-event.model';
|
||||
import { hasValue, isNotEmpty } from '../../../shared/empty.util';
|
||||
import { Item } from '../../../core/shared/item.model';
|
||||
|
@@ -11,9 +11,10 @@ import {
|
||||
import { createSuccessfulRemoteDataObject } from '../../../shared/remote-data.utils';
|
||||
import { cold } from 'jasmine-marbles';
|
||||
import { buildPaginatedList } from '../../../core/data/paginated-list.model';
|
||||
import { QualityAssuranceSourceRestService } from '../../../core/suggestion-notifications/qa/source/quality-assurance-source-rest.service';
|
||||
import { RequestParam } from '../../../core/cache/models/request-param.model';
|
||||
import {FindListOptions} from '../../../core/data/find-list-options.model';
|
||||
import {
|
||||
QualityAssuranceSourceRestService
|
||||
} from '../../../core/suggestion-notifications/qa/source/quality-assurance-source-rest.service';
|
||||
import { FindListOptions } from '../../../core/data/find-list-options.model';
|
||||
|
||||
describe('QualityAssuranceSourceService', () => {
|
||||
let service: QualityAssuranceSourceService;
|
||||
|
@@ -1,9 +1,9 @@
|
||||
/* eslint-disable no-empty, @typescript-eslint/no-empty-function */
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { Component, NO_ERRORS_SCHEMA } from '@angular/core';
|
||||
import { ActivatedRoute, Router } from '@angular/router';
|
||||
import { ActivatedRoute } from '@angular/router';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { of as observableOf, of } from 'rxjs';
|
||||
import { of as observableOf } from 'rxjs';
|
||||
import { ComponentFixture, inject, TestBed, waitForAsync } from '@angular/core/testing';
|
||||
import { createTestComponent } from '../../../shared/testing/utils.test';
|
||||
import {
|
||||
|
Reference in New Issue
Block a user