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) {
45
45
46
46
// start these browsers
47
47
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
48
- browsers : [ 'PhantomJS ' ] ,
48
+ browsers : [ 'ChromeHeadless ' ] ,
49
49
50
50
// Continuous Integration mode
51
51
// if true, Karma captures browsers, runs the tests and exits
Original file line number Diff line number Diff line change 20
20
"devDependencies" : {
21
21
"@ui5/cli" : " ^0.2.1" ,
22
22
"eslint" : " ^4.19.1" ,
23
- "karma" : " ^2.0.2 " ,
23
+ "karma" : " ^2.0.5 " ,
24
24
"karma-chrome-launcher" : " ^2.2.0" ,
25
25
"karma-coverage" : " ^1.1.2" ,
26
26
"karma-openui5" : " ^0.2.3" ,
27
- "karma-phantomjs-launcher" : " ^1.0.4" ,
28
27
"karma-qunit" : " ^1.2.1" ,
29
28
"qunitjs" : " ^2.4.1" ,
30
29
"rimraf" : " ^2.6.2" ,
You can’t perform that action at this time.
0 commit comments