javascript - How to update PhantomJS in Karma or set correct version to start? -


i installed

"phantomjs-prebuilt": "2.1.12" 

but when start test grunt still see in console info [phantomjs 2.1.1].

also have installed plugin:

"karma-phantomjs-launcher": "1.0.1", "karma": "1.1.2", 

if knows can updated ? or set correct version start ?


Comments

Popular posts from this blog

ruby on rails - ActiveRecord order not working -

javascript - How do you prevent nested queries/catches in sequelize? -

java - ConcurrentModificationException upon committing transaction with Hibernate -