Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add error only reporter for node:test #52189

Closed
wants to merge 3 commits into from

Commits on Jun 19, 2024

  1. test: add error only reporter for node:test

    This commit introduces a node:test reporter to the common utils.
    This reporter can be used to silence output other than errors
    from node:test. This is useful because in Node's own test suite,
    the output of node:test is included in the output of the
    Python test runner.
    
    Refs: nodejs#49120
    cjihrig committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3a8cf6c View commit details
    Browse the repository at this point in the history
  2. temp

    cjihrig committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    53c5984 View commit details
    Browse the repository at this point in the history
  3. x

    cjihrig committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1d2aa53 View commit details
    Browse the repository at this point in the history