This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Working demo with babel6 + karma #104
Comments
Same here, without karma. I just get |
This is my example of generating es6 coverage report with karma + karma-browserify + isparta(v4). |
@kt3k That's a pretty clever ideia. I've managed to make it work as well! |
Currently istanbul's official babel-plugin-istanbul can instrument es6 code. I think that is now the most reliable way to create coverage report of es6 scripts. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've bumping my head to make proper babel6 code coverage using isparta + karma.
Right now this is the error I get from it:
Post-processing using source maps Nothing mapped from file:
My karma config:
The text was updated successfully, but these errors were encountered: