mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
[DURACOM-191] run optimize imports and lint fix
This commit is contained in:
@@ -44,14 +44,14 @@ describe('BrowseByPageComponent', () => {
|
||||
themeService = getMockThemeService();
|
||||
|
||||
await TestBed.configureTestingModule({
|
||||
imports: [BrowseBySwitcherComponent, BrowseByPageComponent],
|
||||
declarations: [DynamicComponentLoaderDirective],
|
||||
providers: [
|
||||
imports: [BrowseBySwitcherComponent, BrowseByPageComponent],
|
||||
declarations: [DynamicComponentLoaderDirective],
|
||||
providers: [
|
||||
BrowseByTestComponent,
|
||||
{ provide: ActivatedRoute, useValue: activatedRoute },
|
||||
{ provide: ThemeService, useValue: themeService },
|
||||
]
|
||||
}).compileComponents();
|
||||
],
|
||||
}).compileComponents();
|
||||
|
||||
fixture = TestBed.createComponent(BrowseByPageComponent);
|
||||
component = fixture.componentInstance;
|
||||
|
Reference in New Issue
Block a user