/vue-test

Vue Testing with Vue Test Utils

Primary LanguageJavaScript

Vue Testing with Vue Test Utils

Tutorial code followed a Youtube Link Tutorial code followed a Digital Ocean Post

Create a project with vue(select vue3 default)

vue create project-name
cd project-name
vue add unit-jest

Run test with

npm run test:unit

vue-testing

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.