mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Node 18 spec fix
This commit is contained in:
@@ -457,7 +457,6 @@ describe('ItemComponent', () => {
|
||||
beforeEach(waitForAsync(() => {
|
||||
router = TestBed.inject(Router);
|
||||
spyOn(router, 'navigateByUrl');
|
||||
spyOn(mockRouteService, 'getPreviousUrl').and.returnValue(observableOf(''));
|
||||
TestBed.compileComponents();
|
||||
fixture = TestBed.createComponent(ItemComponent);
|
||||
comp = fixture.componentInstance;
|
||||
|
Reference in New Issue
Block a user