istanbuljs / sample-mocha-compilers

Sample project to demo istanbul coverage with mocha using the babel compiler
7 stars 5 forks source link

Use "babel-register" instead of "babel-core" to reference the compiler #2

Closed pwagener closed 8 years ago

pwagener commented 8 years ago

If my experience is any guide, referring to babel-register (and babel-cli) is more likely to be what people are doing in their own projects.

Many thanks for your work on making istanbul an insanely useful tool.

gotwarlost commented 8 years ago

Since I'm no babel expert I'll take your PR on your word :)