0.0.2 • Published 9 years ago
generator-tman v0.0.2
generator-tman
前端单元测试脚手架,支持 es6、react
安装
npm install -g generator-tman
初始化项目
cd /your-repo/dir
yo tman
运行截图
运行示例
- 不展示覆盖率信息
npm test
- 展示覆盖率信息
npm run coverage
License
- MIT
前端单元测试脚手架,支持 es6、react
npm install -g generator-tman
cd /your-repo/dir
yo tman
npm test
npm run coverage