mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
updated angular/rxjs to v6 successfully
This commit is contained in:
@@ -92,7 +92,7 @@ describe('App component', () => {
|
||||
let store: Store<HostWindowState>;
|
||||
|
||||
beforeEach(() => {
|
||||
store = fixture.debugElement.injector.get(Store);
|
||||
store = fixture.debugElement.injector.get(Store) as Store<HostWindowState>;
|
||||
spyOn(store, 'dispatch');
|
||||
|
||||
window.dispatchEvent(new Event('resize'));
|
||||
|
Reference in New Issue
Block a user