Nuxt/examples/jest-vtu-example
2020-05-07 09:07:21 +01:00
..
components/Btn chore(test): upgrade vue test utils to v1 (#7321) 2020-05-07 09:07:21 +01:00
layouts
pages chore(test): upgrade vue test utils to v1 (#7321) 2020-05-07 09:07:21 +01:00
.eslintignore
.gitignore
babel.config.js
nuxt.config.js
package.json
README.md

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