File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ module.exports = function karmaConfig (config) {
3030 } ,
3131
3232 browsers : [
33- // Run tests using PhantomJS
34- 'PhantomJS '
33+ // Run tests using PhantomJS2
34+ 'PhantomJS2 '
3535 ] ,
3636
3737 singleRun : true ,
Original file line number Diff line number Diff line change 3737 "karma" : " ^0.13.14" ,
3838 "karma-coverage" : " ^0.5.3" ,
3939 "karma-jasmine" : " ^0.3.6" ,
40- "karma-phantomjs -launcher" : " ^1.0 .0" ,
41- "karma-sourcemap-loader" : " ^0.3.6 " ,
40+ "karma-phantomjs2 -launcher" : " ^0.4 .0" ,
41+ "karma-sourcemap-loader" : " ^0.3.7 " ,
4242 "karma-spec-reporter" : " 0.0.24" ,
4343 "karma-webpack" : " ^1.7.0" ,
4444 "node-libs-browser" : " ^1.0.0" ,
4545 "null-loader" : " ^0.1.1" ,
46- "phantomjs" : " ^2.1.3" ,
4746 "postcss-loader" : " ^0.8.0" ,
4847 "raw-loader" : " ^0.5.1" ,
4948 "rimraf" : " ^2.5.1" ,
You can’t perform that action at this time.
0 commit comments