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,