computmaxer / karma-jspm

Other
74 stars 50 forks source link

Can't seem to get it working #49

Closed skawaguchi closed 9 years ago

skawaguchi commented 9 years ago

Sorry if this is because of my setup or my conf, but it seems that I can't this running. Here's my code. Any help would be appreciated.

crissdev commented 9 years ago

Not working :boom: A sample repo would be enough to help people out.

matthewharwood commented 9 years ago

@crissdev https://github.com/matthewharwood/angular2-dynamic/tree/unittest I got it working.. Just npm install npm start karma start I cant find where I saw the error but the problem is in jspm hard coding the world "base" somewhere or something . "paths": { "*": "*.js",} this has to be *.js Sorry for lack of reference.

crissdev commented 9 years ago

Thanks @matthewharwood.