sourcegraph/create-extension

Add a test coverage tool to the generated extension

Open

#154 opened on Nov 6, 2020

 (0 comments) (0 reactions) (0 assignees)TypeScript (6 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (7 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide