Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 609 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 609 Bytes

vue-unit-testing

This repo is meant to be used as a reference for a bug report on @vue/test-utils. Updated with RandomNunber generator, which has currently only simple failing tests in order to illustrate that npm throws errors on failing tests.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.