mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 20:13:07 +00:00
[DURACOM-191] remove SharedModule
This commit is contained in:
@@ -5,7 +5,6 @@ import { Router } from '@angular/router';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { of as observableOf } from 'rxjs';
|
||||
import { Community } from '../../../../core/shared/community.model';
|
||||
import { SharedModule } from '../../../shared.module';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { RouterTestingModule } from '@angular/router/testing';
|
||||
import { NO_ERRORS_SCHEMA } from '@angular/core';
|
||||
@@ -97,7 +96,7 @@ describe('CreateComColPageComponent', () => {
|
||||
beforeEach(waitForAsync(() => {
|
||||
initializeVars();
|
||||
TestBed.configureTestingModule({
|
||||
imports: [TranslateModule.forRoot(), SharedModule, CommonModule, RouterTestingModule],
|
||||
imports: [TranslateModule.forRoot(), CommonModule, RouterTestingModule],
|
||||
providers: [
|
||||
{ provide: ComColDataService, useValue: communityDataServiceStub },
|
||||
{ provide: CommunityDataService, useValue: communityDataServiceStub },
|
||||
|
Reference in New Issue
Block a user