I have a change I want to submit for a PR, but I can't seem to runt the tests. At first, my port was in use, and I changed, but it just doesn't run.
Running "karma:unit" (karma) task
WARN [config]: "/" is proxied, you should probably change urlRoot to avoid conflicts
INFO [karma]: Karma v0.10.10 server started at http://localhost:9876/
INFO [launcher]: Starting browser PhantomJS
INFO [PhantomJS 1.9.8 (Mac OS X)]: Connected on socket Xm1TLJFWEjm5SjjGj11D
PhantomJS 1.9.8 (Mac OS X): Executed 3 of 3 SUCCESS (0.087 secs / 0.016 secs)
Running "karma:e2e" (karma) task
WARN [config]: "/" is proxied, you should probably change urlRoot to avoid conflicts
INFO [karma]: Karma v0.10.10 server started at http://localhost:9999/
INFO [launcher]: Starting browser PhantomJS
INFO [PhantomJS 1.9.8 (Mac OS X)]: Connected on socket 0A9NzPpkeKsNg3tRj2P9
ERROR [launcher]: PhantomJS crashed.
WARN [PhantomJS 1.9.8 (Mac OS X)]: Disconnected
PhantomJS 1.9.8 (Mac OS X): Executed 0 of 12 DISCONNECTED (23.818 secs / 0 secs)
Warning: Task "karma:e2e" failed. Use --force to continue.
Aborted due to warnings.
I have a change I want to submit for a PR, but I can't seem to runt the tests. At first, my port was in use, and I changed, but it just doesn't run.