File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,12 @@ module.exports = function(config) {
63
63
autoWatch : true ,
64
64
singleRun : false ,
65
65
66
- browsers : [ 'PhantomJS' ]
66
+ browsers : [ 'HeadlessChrome' ]
67
+ customLaunchers : {
68
+ HeadlessChrome : {
69
+ base : 'ChromeHeadless' ,
70
+ flags : [ '--no-sandbox' , ] ,
71
+ } ,
72
+ } ,
67
73
} ) ;
68
74
} ;
Original file line number Diff line number Diff line change 50
50
"grunt-mocha-test" : " ^0.12.7" ,
51
51
"grunt-webpack" : " ^1.0.11" ,
52
52
"istanbul" : " github:kpdecker/istanbul" ,
53
- "karma" : " ^0.13.11 " ,
53
+ "karma" : " ^2.0.0 " ,
54
54
"karma-mocha" : " ^0.2.0" ,
55
55
"karma-mocha-reporter" : " ^2.0.0" ,
56
- "karma-phantomjs -launcher" : " ^1.0 .0" ,
56
+ "karma-chrome -launcher" : " ^2.2 .0" ,
57
57
"karma-sauce-launcher" : " ^0.3.0" ,
58
58
"karma-sourcemap-loader" : " ^0.3.6" ,
59
59
"karma-webpack" : " ^1.7.0" ,
60
60
"mocha" : " ^2.3.3" ,
61
- "phantomjs-prebuilt" : " ^2.1.5" ,
62
61
"semver" : " ^5.0.3" ,
63
62
"webpack" : " ^1.12.2" ,
64
63
"webpack-dev-server" : " ^1.12.0"
You can’t perform that action at this time.
0 commit comments