From e8010dfca6727a8acb8b3a7229d67e67186c4832 Mon Sep 17 00:00:00 2001 From: Vicente Pastor Pastor Date: Tue, 26 Nov 2019 15:04:00 +0000 Subject: [PATCH] Server is headless, adjusted for build tests --- jest.puppeteer.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.puppeteer.config.js b/jest.puppeteer.config.js index c8a2cf1..17438f2 100644 --- a/jest.puppeteer.config.js +++ b/jest.puppeteer.config.js @@ -6,7 +6,7 @@ module.exports = { port: 8080, }, launch: { - headless: false, + headless: true, devtools: true, timeout: 30000 }