vuejs / vue-jest

Jest Vue transformer
MIT License
746 stars 157 forks source link

Error in the 'using-a-mocked-router' chapter #433

Open crayonape opened 2 years ago

crayonape commented 2 years ago

The function called in the allows authenticated user to edit a post and redirect an unauthenticated user to 404 tests should be async because keyword await is used in the function.

crayonape commented 2 years ago

The same error happens in the Testing useRouter and useRoute within setup section.