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
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!
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: