Skip to content

Commit

Permalink
Remove extra args
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Mar 20, 2022
1 parent b0308f4 commit 25fa99d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mermaid/tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ const invalidSyntaxTests = [
async function getBrowser () {
return puppeteer.launch({
args: [
'--no-zygote',
'--disable-dev-shm-usage',
'--no-first-run',
'--no-initial-navigation',
'--single-process',
'--no-sandbox',
'--disable-setuid-sandbox'
]
Expand Down

0 comments on commit 25fa99d

Please sign in to comment.