Skip to content

Commit

Permalink
Sync karma config with main
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite committed Sep 9, 2024
1 parent 1a39ec4 commit 340a913
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,8 @@ module.exports = () => {
],
customLaunchers: {
ChromeHeadlessNoSandbox: {
base: 'Chrome',
flags: [
'--headless=new',
'--disable-gpu',
'--disable-dev-shm-usage',
'--window-size=1920,1080',
],
base: 'ChromeHeadless',
flags: ['--headless=new', '--window-size=1920,1080'],
},
},
restartOnFileChange: true,
Expand Down

0 comments on commit 340a913

Please sign in to comment.