I get:
Running "karma:unit" (karma) task
20 07 2016 16:55:30.993:INFO [karma]: Karma v1.0.0 server started at http://localhost:9876/
20 07 2016 16:55:30.994:INFO [launcher]: Launching browser PhantomJS with unlimited concurrency
20 07 2016 16:55:30.999:INFO [launcher]: Starting browser PhantomJS
20 07 2016 16:55:31.295:INFO [PhantomJS 2.1.1 (Linux 0.0.0)]: Connected on socket /#HSu9Egi3Z5Mxs4sPAAAA with id 42808977
PhantomJS 2.1.1 (Linux 0.0.0) ERROR
You need to include some adapter that implements __karma__.start method!
See karma-runner/karma#2194 and computmaxer/karma-jspm#162.
My guess from the karma bug report is that having src/adapter.js and lib/adapter.js may be causing issues? Not sure though, i'm very unfamiliar with karma and its plugins.
I've tried with karma 1.0.0 and 1.1.2 with same results. Using karma-jasmine 1.0.2
Edit: To be clear, it works fine with karma 0.13.22
I get:
See karma-runner/karma#2194 and computmaxer/karma-jspm#162.
My guess from the karma bug report is that having src/adapter.js and lib/adapter.js may be causing issues? Not sure though, i'm very unfamiliar with karma and its plugins.
I've tried with karma 1.0.0 and 1.1.2 with same results. Using karma-jasmine 1.0.2
Edit: To be clear, it works fine with karma 0.13.22