Skip to content

Commit d7e7317

Browse files
author
Manuela Paula Ritter
committed
fix error in custom browser definition
1 parent 2eb9413 commit d7e7317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = function (config) {
2929
singleRun: false,
3030
restartOnFileChange: true,
3131
customLaunchers: {
32-
base: 'ChromeHeadless',
32+
base: 'ChromeHeadlessCustom',
3333
flags: ['--no-sandbox', '--disable-gpu'],
3434
},
3535
});

0 commit comments

Comments
 (0)