Skip to content

Commit a3b6d2e

Browse files
authored
Merge pull request #66 from github/dependabot/npm_and_yarn/npm_and_yarn-51b3ba2ceb
Bump the npm_and_yarn group with 2 updates
2 parents 78ce055 + 12777df commit a3b6d2e

File tree

3 files changed

+760
-207
lines changed

3 files changed

+760
-207
lines changed

karma.config.js

Lines changed: 7 additions & 1 deletion
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)