Created
September 22, 2014 22:45
-
-
Save thejinxters/e045cbcf27dedcdfce09 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running "karma:unit" (karma) task | |
INFO [karma]: Karma v0.12.23 server started at http://localhost:8080/ | |
INFO [launcher]: Starting browser PhantomJS | |
WARN [watcher]: Pattern "/Users/brandonmikulka/Developer/angular-tuxedio/test/mock/**/*.coffee" does not match any file. | |
INFO [PhantomJS 1.9.7 (Mac OS X)]: Connected on socket 8MzpO-_xy33Qb7rGifJ9 with id 27108546 | |
PhantomJS 1.9.7 (Mac OS X) Controller: AdminCtrl should attach a list of experiences to the scope FAILED | |
Expected { experiences : [ { id : 1 }, { id : 2 } ], $promise : { then : Function, catch : Function, finally : Function }, $resolved : true } to equal { experiences : [ { id : 1 }, { id : 2 } ] }. | |
PhantomJS 1.9.7 (Mac OS X) Service: Experiences should do something FAILED | |
Error: [$injector:unpr] Unknown provider: ExperiencesProvider <- Experiences | |
http://errors.angularjs.org/1.2.23/$injector/unpr?p0=ExperiencesProvider%20%3C-%20Experiences | |
at /Users/brandonmikulka/Developer/angular-tuxedio/bower_components/angular/angular.js:3802 | |
at getService (/Users/brandonmikulka/Developer/angular-tuxedio/bower_components/angular/angular.js:3930) | |
at /Users/brandonmikulka/Developer/angular-tuxedio/bower_components/angular/angular.js:3807 | |
at getService (/Users/brandonmikulka/Developer/angular-tuxedio/bower_components/angular/angular.js:3930) | |
at invoke (/Users/brandonmikulka/Developer/angular-tuxedio/bower_components/angular/angular.js:3957) | |
at workFn (/Users/brandonmikulka/Developer/angular-tuxedio/bower_components/angular-mocks/angular-mocks.js:2159) | |
undefined | |
PhantomJS 1.9.7 (Mac OS X): Executed 4 of 4 (2 FAILED) (0.023 secs / 0.019 secs) | |
Warning: Task "karma:unit" failed. Use --force to continue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment