vuejs / test-utils-docs

Docs for vue-test-utils-next
https://next.vue-test-utils.vuejs.org/
33 stars 19 forks source link

Fix typo #61

Closed akiomik closed 4 years ago

akiomik commented 4 years ago

This replaces const mount(App, ...) with const wrapper = mount(App, ...)

afontcu commented 4 years ago

Thanks!