]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
test: typo
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 28 Feb 2022 13:29:28 +0000 (14:29 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 28 Feb 2022 13:29:28 +0000 (14:29 +0100)
__tests__/initialNavigation.spec.ts

index 9625e365b3f7c58fd75d391b70a25bbe25ea5258..04ee5cbaabc0d2d59657eca94c7c0c9bb2f79810 100644 (file)
@@ -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