mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
.. | ||
components/Btn | ||
layouts | ||
pages | ||
.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