You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
This project might be helpful: https://github.com/Cellarise/istanbul-coverage-source-map
So we could run the istanbul with source-map, them babel can source-map over it and it's possible to debug and coverage at same time the tests from a test watch.
you should not transpile covered sources with babel, it's already transpiled with isparta, see README for usage example. the problem is not in sourcemaps.
Looks like it's not reading the Babel source-map and it's creating a source-map of the Babel loader result file.
It should refer to the source-map and not to the file it self.
The text was updated successfully, but these errors were encountered: