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

https://github.com/geminate/vue-unit-test-learn


https://github.com/geminate/vue-unit-test-learn

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# vue-unit-test-learn

> A project for learning unit test in vue.js

## Build Setup

``` bash
# install dependencies
npm install

# run project
npm run start

# run test
npm run test
```

## dependencies
- [Mocha](https://mochajs.org/) - 测试框架(Test Framework)
- [Karma](http://karma-runner.github.io) - 浏览器测试环境(Test environment)
- [Chai](https://www.chaijs.com/) - 断言库(assertion library)
- [Vue-Test-Utils](https://vue-test-utils.vuejs.org) - Vue 测试公用库(Vue Test Utils is the official unit testing utility library for Vue.js)
- [Sinon](https://github.com/jekyll/jekyll) - 实现测试替代(Standalone test spies, stubs and mocks for JavaScript)