Skip to content

Commit fe2d394

Browse files
...
1 parent c7c0f92 commit fe2d394

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
@@ -36,8 +36,8 @@ module.exports = function(config) {
3636
}
3737
},
3838
customLaunchers: {
39-
ChromeHeadlessNoSandbox: {
40-
base: 'ChromeHeadless',
39+
ChromeNoSandbox: {
40+
base: 'Chrome',
4141
flags: ['--no-sandbox']
4242
}
4343
}

0 commit comments

Comments
 (0)