File: jest-puppeteer.config.js

Recommend this page to a friend!
  Classes of Dom Hastings   JS Webdav Client   jest-puppeteer.config.js   Download  
File: jest-puppeteer.config.js
Role: Class source
Content type: text/plain
Description: Class source
Class: JS Webdav Client
Access files of a Webdav server
Author: By
Last change:
Date: 6 months ago
Size: 138 bytes
 

Contents

Class file image Download
const args = []; if (process.env.NO_SANDBOX ?? false) { args.push('--no-sandbox'); } module.exports = { launch: { args, }, };