mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-3081] upgrade @types/jasmine to latest (#1425)
* fix @type/jasmine update errors * bump coverage * fix linting
This commit is contained in:
@@ -33,7 +33,7 @@ import { Store } from '@ngrx/store';
|
||||
import { UpdateLibraryAction } from '@alfresco/aca-shared/store';
|
||||
import { AppTestingModule } from '../../../testing/app-testing.module';
|
||||
import { NO_ERRORS_SCHEMA } from '@angular/core';
|
||||
import { Site } from '@alfresco/js-api';
|
||||
import { Site, SitePaging } from '@alfresco/js-api';
|
||||
import { AlfrescoApiService, AlfrescoApiServiceMock } from '@alfresco/adf-core';
|
||||
|
||||
describe('LibraryMetadataFormComponent', () => {
|
||||
@@ -231,7 +231,7 @@ describe('LibraryMetadataFormComponent', () => {
|
||||
).and.returnValue(
|
||||
Promise.resolve({
|
||||
list: { entries: [{ entry: { title } }] }
|
||||
})
|
||||
} as SitePaging)
|
||||
);
|
||||
|
||||
const siteEntryModel = {
|
||||
@@ -262,7 +262,7 @@ describe('LibraryMetadataFormComponent', () => {
|
||||
).and.returnValue(
|
||||
Promise.resolve({
|
||||
list: { entries: [{ entry: { title: 'libraryTitle' } }] }
|
||||
})
|
||||
} as SitePaging)
|
||||
);
|
||||
|
||||
const siteEntryModel = {
|
||||
@@ -293,7 +293,7 @@ describe('LibraryMetadataFormComponent', () => {
|
||||
).and.returnValue(
|
||||
Promise.resolve({
|
||||
list: { entries: [] }
|
||||
})
|
||||
} as SitePaging)
|
||||
);
|
||||
|
||||
const siteEntryModel = {
|
||||
|
Reference in New Issue
Block a user