Skip to content

Commit 650bc75

Browse files
committed
try to fix ci
1 parent e042374 commit 650bc75

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

karma.conf.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,21 @@ module.exports = function(config) {
1616

1717
browsers: ['ChromeHeadless'],
1818

19+
customLaunchers: {
20+
ChromeHeadless: {
21+
base: 'ChromeHeadless',
22+
flags: [
23+
'--no-sandbox',
24+
'--disable-setuid-sandbox',
25+
'--disable-dev-shm-usage'
26+
]
27+
}
28+
},
29+
1930
frameworks: ['browserify', 'mocha'],
2031

2132
reporters: ['spec'],
22-
33+
2334
preprocessors: {
2435
'test/**/*.js': ['browserify']
2536
},

0 commit comments

Comments
 (0)