learning unit test
learn unit test
npm install# 测试代码覆盖率npm run cover # mocha npm test
npm install
# 测试代码覆盖率
npm run cover
# mocha
npm test