sourcegraph/create-extension
Add a test coverage tool to the generated extension
开放
#154 创建于 2020年11月6日
enhancementgood first issue
仓库指标
- 星标
- (7 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Currently the generator adds mocha as a testing framework, to make it easy to get starting with testing a newly created extension.
To make this more useful and powerful, add a test coverage tool like nyc to the generated extension as well.