From 72d3227f9431be9b82ee6117a1204d4e7ba24800 Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Thu, 3 Jun 2021 05:54:56 +0200 Subject: [PATCH] important output node mode test error --- lib/commands/run/tests-in-node.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/commands/run/tests-in-node.js b/lib/commands/run/tests-in-node.js index 91a8c7c..7e09960 100644 --- a/lib/commands/run/tests-in-node.js +++ b/lib/commands/run/tests-in-node.js @@ -37,6 +37,7 @@ export default async function runTestsInNode(fileAbsolutePaths, config) { await waitForTestCompletion; } catch (error) { + console.log(error); } }