diff --git a/__tests__/initialNavigation.spec.ts b/__tests__/initialNavigation.spec.ts index 9625e365b..04ee5cbaa 100644 --- a/__tests__/initialNavigation.spec.ts +++ b/__tests__/initialNavigation.spec.ts @@ -61,7 +61,7 @@ describe('Initial Navigation', () => { expect(router.currentRoute.value).toMatchObject({ path: '/' }) }) - it('handles initial navigation with beforEnter', async () => { + it('handles initial navigation with beforeEnter', async () => { const { history, router } = newRouter('/home-before') expect(history.location).toBe('/home-before') // this is done automatically on mount but there is no mount here