Skip to content

Commit

Permalink
test: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 28, 2022
1 parent b28ee2d commit 01a791e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/initialNavigation.spec.ts
Expand Up @@ -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
Expand Down

0 comments on commit 01a791e

Please sign in to comment.