Merge branch 'master' into w2p-68405_Only-retrieve-related-objects-when-necessary

This commit is contained in:
Art Lowel
2020-02-21 12:16:40 +01:00
112 changed files with 1993 additions and 1672 deletions

View File

@@ -123,7 +123,7 @@ describe('MetadataSchemaComponent', () => {
beforeEach(async(() => {
TestBed.configureTestingModule({
imports: [CommonModule, RouterTestingModule.withRoutes([]), TranslateModule.forRoot(), NgbModule.forRoot()],
imports: [CommonModule, RouterTestingModule.withRoutes([]), TranslateModule.forRoot(), NgbModule],
declarations: [MetadataSchemaComponent, PaginationComponent, EnumKeysPipe],
providers: [
{ provide: RegistryService, useValue: registryServiceStub },