mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
dependency upgrades, server and platform module updates, linting wip
This commit is contained in:
@@ -18,8 +18,8 @@ describe('HeaderComponent', () => {
|
||||
// async beforeEach
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
imports: [ StoreModule.provideStore({}), TranslateModule.forRoot(), NgbCollapseModule.forRoot() ],
|
||||
declarations: [ HeaderComponent ]
|
||||
imports: [StoreModule.provideStore({}), TranslateModule.forRoot(), NgbCollapseModule.forRoot()],
|
||||
declarations: [HeaderComponent]
|
||||
})
|
||||
.compileComponents(); // compile template and css
|
||||
}));
|
||||
|
Reference in New Issue
Block a user