Skip to content

Commit

Permalink
Use --no-sandbox on karma chrome headless
Browse files Browse the repository at this point in the history
  • Loading branch information
cofinley committed Sep 14, 2023
1 parent 4ffa801 commit 4d8999a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = function (config) {

config.set({
browsers: ['ChromeHeadless'],
flags: ['--no-sandbox'],
basePath: 'target',
files: ['karma-test.js'],
frameworks: ['cljs-test'],
Expand Down

0 comments on commit 4d8999a

Please sign in to comment.