Skip to content

Commit 8273079

Browse files
committed
again
1 parent 650bc75 commit 8273079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ module.exports = function(config) {
1414
'test/**/*.test.js'
1515
],
1616

17-
browsers: ['ChromeHeadless'],
17+
browsers: ['ChromeHeadlessNoSandbox'],
1818

1919
customLaunchers: {
20-
ChromeHeadless: {
20+
ChromeHeadlessNoSandbox: {
2121
base: 'ChromeHeadless',
2222
flags: [
2323
'--no-sandbox',

0 commit comments

Comments
 (0)