docs/jest-puppeteer.config.cjs

4 строки
109 B
JavaScript

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