Show notes
I got a question
about why we test our pre-transpiled code (or rather, instrument that codefor coverage) rather than our post-transpiled code. So here's my answer. Ireferencebabel-plugin-__coverage__ (use this withkarma) and nyc (use this with testsrun in node, like with mocha orava).Good luck!

