Skip to content

Commit 783c7f1

Browse files
authored
Merge pull request #136 from github/dependabot/npm_and_yarn/npm_and_yarn-456de2e4f1
Bump the npm_and_yarn group with 2 updates
2 parents bb3706d + 66d61f2 commit 783c7f1

File tree

2 files changed

+152
-111
lines changed

2 files changed

+152
-111
lines changed

karma.config.cjs

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ module.exports = function (config) {
1111
port: 9876,
1212
colors: true,
1313
logLevel: config.LOG_INFO,
14-
browsers: ['ChromeHeadless'],
14+
browsers: ['ChromeHeadlessNoSandbox'],
15+
customLaunchers: {
16+
ChromeHeadlessNoSandbox: {
17+
base: 'ChromeHeadless',
18+
flags: ['--no-sandbox']
19+
}
20+
},
1521
autoWatch: false,
1622
singleRun: true,
1723
concurrency: Infinity

0 commit comments

Comments
 (0)