From b045362388db6603d3ec307df8df687850e4ba71 Mon Sep 17 00:00:00 2001 From: Billy Vong Date: Wed, 5 Jan 2022 19:26:45 -0500 Subject: [PATCH] remove console log --- jest.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/jest.config.ts b/jest.config.ts index 3a3b51c77226fa..32131e25ecbae0 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -123,7 +123,6 @@ if ( .filter(([, index]) => index === nodeIndex) .map(([test]) => `${path.join(__dirname, test)}`), ]; - console.log(testMatch); } else { const length = tests.length; const size = Math.floor(length / nodeTotal);