1
0
mirror of synced 2025-12-20 02:19:14 -05:00
Files
docs/jest-puppeteer.config.js
Kevin Heis 8a56437c93 Pretty format (#20352)
* Update prettier flow to include JS

* Run prettier

* ...run prettier
2021-07-14 14:35:01 -07:00

4 lines
109 B
JavaScript

module.exports = {
launch: process.env.GITHUB_ACTIONS ? { executablePath: 'google-chrome-stable' } : {},
}