From: Eduardo San Martin Morote Date: Mon, 28 Feb 2022 13:29:28 +0000 (+0100) Subject: test: typo X-Git-Tag: v4.0.13~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a791ef95d9ec4ba376cfff8675b698a29dd3a3;p=thirdparty%2Fvuejs%2Frouter.git test: typo --- diff --git a/__tests__/initialNavigation.spec.ts b/__tests__/initialNavigation.spec.ts index 9625e365..04ee5cba 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