// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`RouterLink v-slot provides information on v-slot 1`] = `"<a class=\\"router-link-active router-link-exact-active\\" href=\\"/home\\"> route: {\\"fullPath\\":\\"/home\\",\\"path\\":\\"/home\\",\\"params\\":{},\\"meta\\":{},\\"query\\":{},\\"hash\\":\\"\\",\\"matched\\":[{}]} href: \\"/home\\" isActive: \\"true\\" isExactActive: \\"true\\" </a>"`;
+exports[`RouterLink v-slot provides information on v-slot 1`] = `"<a aria-current=\\"page\\" href=\\"/home\\" class=\\"router-link-active router-link-exact-active\\"> route: {\\"fullPath\\":\\"/home\\",\\"path\\":\\"/home\\",\\"params\\":{},\\"meta\\":{},\\"query\\":{},\\"hash\\":\\"\\",\\"matched\\":[{}]} href: \\"/home\\" isActive: \\"true\\" isExactActive: \\"true\\" </a>"`;
})
expect(record).toEqual({
beforeEnter: undefined,
- children: undefined,
+ children: [],
+ aliasOf: undefined,
components: { default: {} },
leaveGuards: [],
meta: {},
expect(record).toEqual({
beforeEnter: expect.any(Function),
- children: undefined,
+ children: [],
+ aliasOf: undefined,
components: {},
leaveGuards: [],
meta: { foo: true },
})
expect(record).toEqual({
beforeEnter: expect.any(Function),
- children: undefined,
+ children: [],
+ aliasOf: undefined,
components: {},
leaveGuards: [],
meta: {},