From d05639baad36f3678a255dab89aa724b92e2b2b1 Mon Sep 17 00:00:00 2001 From: Jack Franklin Date: Thu, 16 Apr 2020 15:55:50 +0100 Subject: [PATCH] pipe did not help --- test/mocha-utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/mocha-utils.js b/test/mocha-utils.js index f7595f685f8ca..c698bcbe7862c 100644 --- a/test/mocha-utils.js +++ b/test/mocha-utils.js @@ -58,7 +58,6 @@ const defaultBrowserOptions = { slowMo: false, headless: isHeadless, dumpio: !!process.env.DUMPIO, - pipe: process.platform === 'win32' };