sourcegraph/create-extension
Add a test coverage tool to the generated extension
オープン
#154 opened on 2020/11/06
enhancementgood first issue
Repository metrics
- Stars
- (7 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.