# Hello example

From [Vue2 cookbook](https://vuejs.org/v2/cookbook/unit-testing-vue-components.html)

Find the component in [Hello.vue](Hello.vue) and its test in [Hello-spec.js](Hello-spec.js)

![Hello test](images/hello.png)
