jest-puppeteer.config.js 188 B

123456
  1. // ps https://github.com/GoogleChrome/puppeteer/issues/3120
  2. module.exports = {
  3. launch: {
  4. args: ['--disable-gpu', '--disable-dev-shm-usage', '--no-first-run', '--no-zygote'],
  5. },
  6. };