mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
62372: Post-merge test fixes
This commit is contained in:
@@ -21,6 +21,12 @@ export const routeServiceStub: any = {
|
||||
},
|
||||
getQueryParameterValue: () => {
|
||||
return observableOf({})
|
||||
},
|
||||
getRouteParameterValue: (param) => {
|
||||
return observableOf('')
|
||||
},
|
||||
getRouteDataValue: (param) => {
|
||||
return observableOf({})
|
||||
}
|
||||
/* tslint:enable:no-empty */
|
||||
};
|
||||
|
Reference in New Issue
Block a user