Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 467 Bytes

File metadata and controls

17 lines (11 loc) · 467 Bytes

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 [email protected]:fernandobasso/vue-vuetify-unit-test-jest-vue-test-utils.git vuetify-unit-test
cd !$
npm install
npm run unit