vue-unit-test-learn
A project for learning unit test in vue.js
Build Setup
# install dependencies
npm install
# run project
npm run start
# run test
npm run test
dependencies
- Mocha - 测试框架(Test Framework)
- Karma - 浏览器测试环境(Test environment)
- Chai - 断言库(assertion library)
- Vue-Test-Utils - Vue 测试公用库(Vue Test Utils is the official unit testing utility library for Vue.js)
- Sinon - 实现测试替代(Standalone test spies, stubs and mocks for JavaScript)