I got a question
about why we test our pre-transpiled code (or rather, instrument that code
for coverage) rather than our post-transpiled code. So here's my answer. I
reference babel-plugin-__coverage__
(use this with
karma) and nyc
(use this with tests
run in node, like with mocha
or
ava
).
Good luck!