Skip to content

Commit

Permalink
Build: Fix the options syntax for the QUnit Grunt job
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Dec 30, 2020
1 parent f3e7c33 commit 7df452c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,12 @@ grunt.initConfig( {

qunit: {
files: "test/index.html",
puppeteer: {
args: process.env.JENKINS_HOME ?
[ "--no-sandbox", "--disable-setuid-sandbox" ] :
[]
options: {
puppeteer: {
args: process.env.JENKINS_HOME ?
[ "--no-sandbox", "--disable-setuid-sandbox" ] :
[]
}
}
},

Expand Down

0 comments on commit 7df452c

Please sign in to comment.