File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ module.exports = function karma(config) {
4949 plugins : [
5050 'karma-chrome-launcher' ,
5151 'karma-firefox-launcher' ,
52+ 'karma-phantomjs-launcher' ,
5253 'karma-mocha' ,
5354 'karma-webpack' ,
5455 'karma-sourcemap-loader' ,
@@ -74,6 +75,7 @@ module.exports = function karma(config) {
7475 ] ,
7576
7677 browsers : [
78+ 'PhantomJS' ,
7779 process . env . TRAVIS ? 'Chrome_travis' : 'Chrome' ,
7880 'Firefox' ,
7981 ] ,
Original file line number Diff line number Diff line change 9595 "karma-chrome-launcher" : " ^1.0.1" ,
9696 "karma-firefox-launcher" : " ^1.0.1" ,
9797 "karma-mocha" : " ^1.3.0" ,
98+ "karma-phantomjs-launcher" : " ^1.0.4" ,
9899 "karma-sourcemap-loader" : " ^0.3.7" ,
99100 "karma-webpack" : " ^1.8.1" ,
100101 "lerna" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments