mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
stream output of js unit tests (#4146)
This commit is contained in:
parent
671f0b83be
commit
9adcdabd65
2 changed files with 15 additions and 16 deletions
|
@ -61,8 +61,8 @@ async function main(): Promise<void> {
|
|||
stdout: "piped"
|
||||
});
|
||||
|
||||
const { actual, expected, resultOutput } = parseUnitTestOutput(
|
||||
await p.output(),
|
||||
const { actual, expected, resultOutput } = await parseUnitTestOutput(
|
||||
p.stdout!,
|
||||
true
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue