Skip to content

Commit

Permalink
feat: puppeteer config
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorShadurin committed Jan 15, 2024
1 parent 77d73d1 commit 7ef0727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest-puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ module.exports = {
dumpio: true, // Forwards browser console into test console for easier debugging
headless: 'new', // Opt-in to the new headless mode for Chrome
// executablePath: executablePath(),
channel: 'chrome',
},
}

0 comments on commit 7ef0727

Please sign in to comment.