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_runner: unwrap error message in TAP reporter #48942

Merged
merged 2 commits into from
Jul 29, 2023

Commits on Jul 27, 2023

  1. test_runner: unwrap error message in TAP reporter

    The TAP reporter unwraps errors that come from user code. It
    was not properly unwrapping the error message when the failure
    originated from a test hook. This lead to difficult to debug
    errors when TAP output was used. This commit updates the TAP
    reporter to properly unwrap the error message.
    
    Fixes: nodejs#48941
    cjihrig committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5c57d1f View commit details
    Browse the repository at this point in the history
  2. fixup: linter

    cjihrig committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    34da249 View commit details
    Browse the repository at this point in the history