rogeliog / jest-runner-mocha

A Mocha runner for Jest
70 stars 12 forks source link

Support for v8 coverage provider #30

Open jehy opened 4 years ago

jehy commented 4 years ago

Jest now has a coverageProvider option, and you can use build in v8 coverage - which is damn cool - it runs about 10 times faster then with babel instrumentation.