Skip to content

Commit 61c9484

Browse files
ossdev07Qix-
authored andcommitted
Update karma.conf.js
1 parent 4fe746a commit 61c9484

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

karma.conf.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ module.exports = function (config) {
4848
// Start these browsers
4949
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
5050
browsers: ['HeadlessChrome'],
51-
customLaunchers: {
52-
HeadlessChrome: {
53-
base: 'ChromeHeadless',
54-
flags: ['--no-sandbox',],
55-
},
56-
},
51+
customLaunchers: {
52+
HeadlessChrome: {
53+
base: 'ChromeHeadless',
54+
flags: ['--no-sandbox' ],
55+
}
56+
},
5757

5858
// Continuous Integration mode
5959
// if true, Karma captures browsers, runs the tests and exits

0 commit comments

Comments
 (0)