We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615cbb9 commit 4fe746aCopy full SHA for 4fe746a
karma.conf.js
@@ -48,12 +48,12 @@ module.exports = function (config) {
48
// Start these browsers
49
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
50
browsers: ['HeadlessChrome'],
51
- customLaunchers: {
52
- HeadlessChrome: {
53
- base: 'ChromeHeadless',
54
- flags: ['--no-sandbox',],
55
- },
56
+ customLaunchers: {
+ HeadlessChrome: {
+ base: 'ChromeHeadless',
+ flags: ['--no-sandbox',],
+ },
57
58
// Continuous Integration mode
59
// if true, Karma captures browsers, runs the tests and exits
0 commit comments