From ecbd34cbaa31351db2c2a6dd3a0fb398eb7139a2 Mon Sep 17 00:00:00 2001 From: Maros Vizina Date: Fri, 30 Jun 2023 12:42:47 +0200 Subject: [PATCH] v 2.11.0 update --- jest-puppeteer.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jest-puppeteer.config.js b/jest-puppeteer.config.js index 169252a77b..ea36f2be44 100644 --- a/jest-puppeteer.config.js +++ b/jest-puppeteer.config.js @@ -13,8 +13,8 @@ module.exports = { ] }, server: { - // command: `PORT=${PORT} node app/start.js`, - command: `SET PORT=${PORT} && node app/start.js`, // WIN version + command: `PORT=${PORT} node app/start.js`, + // command: `SET PORT=${PORT} && node app/start.js`, // WIN version launchTimeout: 30000, // Allow time for application to start port: PORT }