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
Post a Comment