Skip to content

Commit d646b21

Browse files
author
Manuela Paula Ritter
committed
really fix actions
1 parent d7e7317 commit d646b21

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

karma.conf.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ module.exports = function (config) {
2929
singleRun: false,
3030
restartOnFileChange: true,
3131
customLaunchers: {
32-
base: 'ChromeHeadlessCustom',
33-
flags: ['--no-sandbox', '--disable-gpu'],
32+
ChromeHeadlessCustom: {
33+
base: 'ChromeHeadless',
34+
flags: ['--no-sandbox', '--disable-gpu'],
35+
},
3436
},
3537
});
3638
};

0 commit comments

Comments
 (0)