File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
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 PhantomJS2
34- 'PhantomJS2 '
33+ // Run tests using PhantomJS
34+ 'PhantomJS '
3535 ] ,
3636
3737 singleRun : true ,
Original file line number Diff line number Diff line change 3838 "karma" : " ^0.13.14" ,
3939 "karma-coverage" : " ^0.5.3" ,
4040 "karma-jasmine" : " ^0.3.6" ,
41- "karma-phantomjs2 -launcher" : " ^0.5 .0" ,
41+ "karma-phantomjs -launcher" : " ^1.0 .0" ,
4242 "karma-sourcemap-loader" : " ^0.3.7" ,
4343 "karma-spec-reporter" : " 0.0.24" ,
4444 "karma-webpack" : " ^1.7.0" ,
4545 "node-libs-browser" : " ^1.0.0" ,
4646 "null-loader" : " ^0.1.1" ,
47+ "phantomjs-prebuilt" : " ^2.1.4" ,
4748 "postcss-loader" : " ^0.8.0" ,
4849 "raw-loader" : " ^0.5.1" ,
4950 "rimraf" : " ^2.5.1" ,
You can’t perform that action at this time.
0 commit comments