From 52a3f8b85ab7ddf962443e09723e7d66ff4889d2 Mon Sep 17 00:00:00 2001 From: Timmy Huang Date: Thu, 25 Jun 2020 19:52:59 -0700 Subject: [PATCH] disable-puppeteer-dumpio (#1591) --- client/jest-puppeteer.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/jest-puppeteer.config.js b/client/jest-puppeteer.config.js index 9e733cad..a3391a6f 100644 --- a/client/jest-puppeteer.config.js +++ b/client/jest-puppeteer.config.js @@ -13,7 +13,6 @@ const isHeadful = const DEFAULT_LAUNCH_CONFIG = { headless: !isHeadful, args: ["--ignore-certificate-errors", "--ignore-ssl-errors"], - dumpio: true, ignoreHTTPSErrors: true, defaultViewport: { width: 1280,