docs/jest-puppeteer.config.js

6 строки
116 B
JavaScript

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