Skip to content

Process never finish with --aggregated-output  #111

Closed
@jlopezxs

Description

@jlopezxs

Bug Report

Details

When I execute many tests in jest with the --coverage flag and --aggregated-output the process stays in waiting and doesn't launch the exit code.

Expected Behavior

Execute all the command properly.

Actual Behavior

The process never ends.

Possible Fix

Doing some test if I change the package memory-streams for memorystream everything works well.

//const writer = new streams.WritableStream()
const writer = new MemoryStream();

https://github.com/JSBizon/node-memorystream

Your Environment

Node: v8.1.4
SO: Mac OS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions