vuejs / vue-jest

Jest Vue transformer
MIT License
746 stars 157 forks source link

Error in the 'using-a-real-router' chapter #434

Open crayonape opened 2 years ago

crayonape commented 2 years ago

There is a spelling mistake in the Posts component.

<li v-for="posts in posts" :key="post.id"> // should be "post in posts"