Skip to content

Commit 679eeb5

Browse files
committed
Update karma config
1 parent afc437f commit 679eeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = function (config) {
1313
clearContext: false // leave Jasmine Spec Runner output visible in browser
1414
},
1515
reporters: ['progress', 'kjhtml'],
16-
browsers: ['Chrome'], //ChromeHeadless for non-GUI environments
16+
browsers: ['ChromeHeadless'], //ChromeHeadless for non-GUI environments
1717
restartOnFileChange: true,
1818
proxies: {
1919
'/api/': 'http://localhost:8080/api/'

0 commit comments

Comments
 (0)