computmaxer / karma-jspm

Other
74 stars 50 forks source link

not working with SystemJS 0.17.x #55

Closed jkurz closed 9 years ago

jkurz commented 9 years ago

Thanks for this awesome project. It really does an awesome job at abstracting out the integration between jspm and karma.

That being said, I have tried to use the newest jspm-cli, which installs the newest system.js and its broken.

Im sure you are aware that 0.17.x has introduced new changes to the core library. https://github.com/systemjs/systemjs/releases

These and other breaking changes are hindering karma-jspm from working with the newest System.js

jkurz commented 9 years ago

actually I think I was wrong. The only issue I am seeing after some config changes are a 404 on the es6 module loader, which is not really a big deal.