Vue/Vuetify Unit Tests With Jest and Vue-Test-Utils 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. Running Clone the project, cd into the directory, install the dependencies and run the unit tests: git clone git@gitlab.com:fernandobasso/vue-vuetify-unit-test-jest-vue-test-utils.git vuetify-unit-test cd !$ npm install npm run unit