rogeliog / jest-runner-mocha

A Mocha runner for Jest
70 stars 12 forks source link

allow configuration of coverage babelrc usage #15

Closed memoryhole closed 6 years ago

memoryhole commented 6 years ago

I think ideally the runner wouldn't depend on babel to instrument for code coverage. I'm not sure what the correct answer is but this could unblock some of us with the option to use the babelrc if specified.

Addresses #13

rogeliog commented 6 years ago

@memoryhole I just published 0.6.0, which includes this.

memoryhole commented 6 years ago

@rogeliog thanks!