From 9adcdabd6592e05d0196119deaaf642480a14a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 26 Feb 2020 20:33:18 +0100 Subject: stream output of js unit tests (#4146) --- cli/js/unit_test_runner.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/js/unit_test_runner.ts') diff --git a/cli/js/unit_test_runner.ts b/cli/js/unit_test_runner.ts index dd095058f..f32de96f8 100755 --- a/cli/js/unit_test_runner.ts +++ b/cli/js/unit_test_runner.ts @@ -61,8 +61,8 @@ async function main(): Promise { stdout: "piped" }); - const { actual, expected, resultOutput } = parseUnitTestOutput( - await p.output(), + const { actual, expected, resultOutput } = await parseUnitTestOutput( + p.stdout!, true ); -- cgit v1.2.3