Nuxt/examples/jest-vtu-example
Rafał Chłodnicki 9e966a8f3c
chore(examples): use `2.x` version of nuxt instead of latest (#19737)
2023-03-16 06:24:27 -07:00
..
components/Btn chore: update repo 2022-09-03 14:46:48 +02:00
layouts refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
pages chore(test): upgrade vue test utils to v1 (#7321) 2020-05-07 09:07:21 +01:00
.eslintignore chore(examples): Add Jest + Vue Test Utils example (#4116) 2018-10-25 19:42:21 +02:00
.gitignore chore(examples): Add Jest + Vue Test Utils example (#4116) 2018-10-25 19:42:21 +02:00
README.md doc: create/update README.mds for examples (#4980) 2019-02-08 15:48:30 +01:00
babel.config.js chore(examples): Add Jest + Vue Test Utils example (#4116) 2018-10-25 19:42:21 +02:00
nuxt.config.js chore(examples): Add Jest + Vue Test Utils example (#4116) 2018-10-25 19:42:21 +02:00
package.json chore(examples): use `2.x` version of nuxt instead of latest (#19737) 2023-03-16 06:24:27 -07:00

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