学习代码覆盖率:博客文章系列的同伴代码仓库: 源码
学习代码覆盖率 博客文章系列的配套代码存储库: 建立 $ yarn global add typescript@2 $ git clone git@github.com:amarnus/learning-code-coverage.git $ cd learning-code-coverage/ $ yarn 用法 # compile $ tsc # stats $ node bin/stats.js # instrument $ node bin/instrument.js > source.instrumented.js # test $ npm test # visualize $
用户评论