Skip to content

test: help annotate test/parallel/test-util-log.js #22472

Closed
@refack

Description

@refack

Help needed with some code archeology:
The test in node/test/parallel/test-util-log.js ends with common.restoreStdout(); but no common.restoreStderr();

assert.strictEqual(process.stdout.writeTimes, tests.length);
common.restoreStdout();

We should have a comment documenting the reason why (or fix it).

Ref: #13439

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIssues that are suitable for first-time contributors.testIssues and PRs related to the tests.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions