mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
fixed footer spec
This commit is contained in:
@@ -21,7 +21,7 @@ import { Store, StoreModule } from '@ngrx/store';
|
|||||||
// Load the implementations that should be tested
|
// Load the implementations that should be tested
|
||||||
import { FooterComponent } from './footer.component';
|
import { FooterComponent } from './footer.component';
|
||||||
|
|
||||||
import { MockTranslateLoader } from '../../shared/testing/mock-translate-loader';
|
import { MockTranslateLoader } from '../shared/testing/mock-translate-loader';
|
||||||
|
|
||||||
let comp: FooterComponent;
|
let comp: FooterComponent;
|
||||||
let fixture: ComponentFixture<FooterComponent>;
|
let fixture: ComponentFixture<FooterComponent>;
|
||||||
|
Reference in New Issue
Block a user