* Next12 now supports ESM * No more michael jackson script extensions * Fix test running * Update jest-puppeteer.config.cjs * Update package.json
4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
module.exports = {
|
|
launch: process.env.GITHUB_ACTIONS ? { executablePath: 'google-chrome-stable' } : {},
|
|
}
|