Skip to content

geminate/vue-unit-test-learn

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published