summaryrefslogtreecommitdiff
path: root/web-ui/package.json
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@riseup.net>2016-03-23 17:33:23 -0300
committerBruno Wagner <bwagner@riseup.net>2016-03-23 17:33:23 -0300
commitb67fe3688bd4a49f08714ac46f8230c23816dca7 (patch)
tree191cb18badd7163e5c1e03041732509087da993b /web-ui/package.json
parent9c45cbe26d1034e251c5ee72510309e807f633d0 (diff)
Updated karma launcher so we use the same phantomjs
It is now on version 1.0.0, to support phantomjs2, now we bumped the version of phantomjs to 2.1.1 in all environments and for all the types of tests
Diffstat (limited to 'web-ui/package.json')
-rw-r--r--web-ui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/package.json b/web-ui/package.json
index fae3fb19..652e7b0e 100644
--- a/web-ui/package.json
+++ b/web-ui/package.json
@@ -15,7 +15,7 @@
"karma-firefox-launcher": "0.1.7",
"karma-jasmine": "0.2.2",
"karma-junit-reporter": "0.2.2",
- "karma-phantomjs-launcher": "0.1.4",
+ "karma-phantomjs-launcher": "1.0.0",
"karma-requirejs": "0.2.2",
"karma-coverage": "0.2.7",
"minify": "^2.0.5",