Skip to content

Commit

Permalink
test: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 29, 2020
1 parent 8eb2dd2 commit 3c14b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __tests__/router.spec.ts
Expand Up @@ -698,7 +698,8 @@ describe('Router', () => {
path: '/dynamic',
component: components.Nested,
name: 'dynamic parent',
options: { end: false, strict: true },
end: false,
strict: true,
beforeEnter(to, from, next) {
if (!removeRoute) {
removeRoute = router.addRoute('dynamic parent', {
Expand Down

0 comments on commit 3c14b44

Please sign in to comment.