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) {
49
49
plugins : [
50
50
'karma-chrome-launcher' ,
51
51
'karma-firefox-launcher' ,
52
+ 'karma-phantomjs-launcher' ,
52
53
'karma-mocha' ,
53
54
'karma-webpack' ,
54
55
'karma-sourcemap-loader' ,
@@ -74,6 +75,7 @@ module.exports = function karma(config) {
74
75
] ,
75
76
76
77
browsers : [
78
+ 'PhantomJS' ,
77
79
process . env . TRAVIS ? 'Chrome_travis' : 'Chrome' ,
78
80
'Firefox' ,
79
81
] ,
Original file line number Diff line number Diff line change 95
95
"karma-chrome-launcher" : " ^1.0.1" ,
96
96
"karma-firefox-launcher" : " ^1.0.1" ,
97
97
"karma-mocha" : " ^1.3.0" ,
98
+ "karma-phantomjs-launcher" : " ^1.0.4" ,
98
99
"karma-sourcemap-loader" : " ^0.3.7" ,
99
100
"karma-webpack" : " ^1.8.1" ,
100
101
"lerna" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments