diff --git a/jest-puppeteer.config.js b/jest-puppeteer.config.js index 5dcb6dc..163ce8a 100644 --- a/jest-puppeteer.config.js +++ b/jest-puppeteer.config.js @@ -1,5 +1,5 @@ const path = require('path') -if (process.arch === 'arm64') { +if (process.arch === 'arm64' && process.platform === 'darwin') { require('dotenv').config({ path: '.env.arm.mac', })