(router: any, path: string)
| 36 | }; |
| 37 | |
| 38 | export const jumpToPath = (router: any, path: string) => { |
| 39 | routerToPathWithQuery(path, { uncached: 'true' }); |
| 40 | }; |
| 41 | |
| 42 | export const routerToNameWithParams = async (name: string, params: any) => { |
| 43 | await pushWithAccessCheck({ name: name, params: params }); |
no test coverage detected