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 the mocha test just works fine: docker run -i -t -p 3000:3000 --link db:db_1 mean grunt test
But there is an error with the karma tests: Running "karma:unit" (karma) task INFO [karma]: Karma v0.12.16 server started at http://localhost:9876/ INFO [launcher]: Starting browser PhantomJS ERROR [launcher]: Cannot start PhantomJS
The text was updated successfully, but these errors were encountered:
Running the mocha test just works fine:
docker run -i -t -p 3000:3000 --link db:db_1 mean grunt test
But there is an error with the karma tests:
Running "karma:unit" (karma) task INFO [karma]: Karma v0.12.16 server started at http://localhost:9876/ INFO [launcher]: Starting browser PhantomJS ERROR [launcher]: Cannot start PhantomJS
The text was updated successfully, but these errors were encountered: