Coverage check
Closed this issue · 1 comments
carlitux commented
There is a way to do this gotwarlost#7
jeffrifwald commented
Can you elaborate? Do you want to check coverage? The command for checking coverage is:
babel-istanbul check-coverage
Keep in mind this is a drop in replacement for istanbul
, so most of the docs there will apply here.