Nuxt/examples/jest-vtu-example/README.md

323 B

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