Nuxt/examples/jest-vtu-example
2018-11-24 22:19:19 +03:30
..
components/Btn
layouts refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
pages
.eslintignore
.gitignore
babel.config.js
nuxt.config.js
package.json
README.md

Jest + Vue Test Utils example

# Install dependencies
npm i # or yarn

# Run tests
npm test