62372: Post-merge test fixes

This commit is contained in:
Kristof De Langhe
2019-05-13 14:05:53 +02:00
parent 0390f67d01
commit b0f9ce96dc
6 changed files with 60 additions and 58 deletions

View File

@@ -21,6 +21,12 @@ export const routeServiceStub: any = {
},
getQueryParameterValue: () => {
return observableOf({})
},
getRouteParameterValue: (param) => {
return observableOf('')
},
getRouteDataValue: (param) => {
return observableOf({})
}
/* tslint:enable:no-empty */
};