From 408ec132e553872bca907461c9a2566ed573f548 Mon Sep 17 00:00:00 2001 From: Jack Franklin Date: Thu, 16 Apr 2020 15:46:49 +0100 Subject: [PATCH] see if pipe does stablise windows --- test/mocha-utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mocha-utils.js b/test/mocha-utils.js index c698bcbe7862c..f7595f685f8ca 100644 --- a/test/mocha-utils.js +++ b/test/mocha-utils.js @@ -58,6 +58,7 @@ const defaultBrowserOptions = { slowMo: false, headless: isHeadless, dumpio: !!process.env.DUMPIO, + pipe: process.platform === 'win32' };