File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ module.exports = function(config) {
4545
4646 // start these browsers
4747 // available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
48- browsers : [ 'PhantomJS ' ] ,
48+ browsers : [ 'ChromeHeadless ' ] ,
4949
5050 // Continuous Integration mode
5151 // if true, Karma captures browsers, runs the tests and exits
Original file line number Diff line number Diff line change 2020 "devDependencies" : {
2121 "@ui5/cli" : " ^0.2.1" ,
2222 "eslint" : " ^4.19.1" ,
23- "karma" : " ^2.0.2 " ,
23+ "karma" : " ^2.0.5 " ,
2424 "karma-chrome-launcher" : " ^2.2.0" ,
2525 "karma-coverage" : " ^1.1.2" ,
2626 "karma-openui5" : " ^0.2.3" ,
27- "karma-phantomjs-launcher" : " ^1.0.4" ,
2827 "karma-qunit" : " ^1.2.1" ,
2928 "qunitjs" : " ^2.4.1" ,
3029 "rimraf" : " ^2.6.2" ,
You can’t perform that action at this time.
0 commit comments