Skip to content

Commit

Permalink
fix(ci): update jest puppeteer config (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds authored Jan 13, 2025
1 parent fd2f66f commit dbb2880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/test-react-app/jest-puppeteer.config.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module.exports = {
launch: {
dumpio: true,
headless: 'new',
headless: true,
product: 'chrome',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
},
browserContext: 'default',
server: {
Expand Down

0 comments on commit dbb2880

Please sign in to comment.