An example on how to configure Vue/Vuetify to be unit-teste with jest
and vue-test-utils
.
Read more about it on my blog.
Clone the project, cd
into the directory, install the dependencies and run the unit tests:
git clone [email protected]:fernandobasso/vue-vuetify-unit-test-jest-vue-test-utils.git vuetify-unit-test cd !$ npm install npm run unit