Skip to content

Commit d44372c

Browse files
committed
Switch Karma to new headless mode
1 parent 544e51e commit d44372c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func.defaultConfig = {
260260
flags: [
261261
'--touch-events',
262262
'--window-size=' + argv.width + ',' + argv.height,
263-
isCI ? '--headless' : '',
263+
isCI ? '--headless=new' : '',
264264
isCI ? '--ignore-gpu-blocklist' : '',
265265
isCI && process.env.GITHUB_ACTIONS ? '--enable-unsafe-swiftshader' : '',
266266
isCI && process.env.GITHUB_ACTIONS ? '--no-sandbox' : '',

0 commit comments

Comments
 (0)