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.