urish / angular-moment

Moment.JS directives for Angular.JS (timeago and more)
MIT License
2.6k stars 397 forks source link

add phantomjs as dev dependency for karma #216

Closed simon-thorpe closed 8 years ago

simon-thorpe commented 8 years ago

Added phantomjs as npm dependency. Without it I was getting:

26 01 2016 07:48:25.398:INFO [karma]: Karma v0.13.19 server started at http://localhost:9876/
26 01 2016 07:48:25.399:WARN [launcher]: Can not load "PhantomJS", it is not registered!
  Perhaps you are missing some plugin?

This error still occurred when phantomjs was installed through linux package manager and in path at /usr/bin/phantomjs

Also fix a typo in tests.js

urish commented 8 years ago

Thanks!