lathonez / clicker

Ionic 2 + @angular/cli Seed Project : Angular2 + Typescript + Karma + Protractor + Travis
http://lathonez.com/2018/ionic-2-unit-testing/
MIT License
430 stars 136 forks source link

Not able to debug with karma #121

Closed dgroh closed 8 years ago

dgroh commented 8 years ago

The npm run karma works find, but the ts files do not get mapped somehow, so it's impossible to debug.

lathonez commented 8 years ago

Do you have the fix implemented in #119 ?

dgroh commented 8 years ago

Removing transform section from karma.config solved the problem