(path: string, hash = '')
| 3 | import { routes, scrollBehavior } from '../src/router'; |
| 4 | |
| 5 | function route(path: string, hash = '') { |
| 6 | return { |
| 7 | path, |
| 8 | hash |
| 9 | } as RouteLocationNormalizedLoaded; |
| 10 | } |
| 11 | |
| 12 | describe('router scroll behavior', () => { |
| 13 | it('registers generated landing page route patterns', () => { |