Skip to content

Latest commit

 

History

History
 
 

Nuxt with Jest and Vue Test Utils

Vue Test Utils is the official unit testing utility library for Vue.js.

Jest is a delightful JavaScript Testing Framework with a focus on simplicity.

# Install dependencies
npm i # or yarn

# Run tests
npm test