An open API service indexing awesome lists of open source software.

https://github.com/purwnt/example-vue-jest-unit-testing

Implementation of unit testing in vue application using jest
https://github.com/purwnt/example-vue-jest-unit-testing

example jest unit-testing vue-cli

Last synced: 10 months ago
JSON representation

Implementation of unit testing in vue application using jest

Awesome Lists containing this project

README

          

# Vue Jest Unit Testing
Implementation of unit testing in vue.js application using jest

[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/purwnt/example-vue-jest-unit-testing/issues)

## 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
```