-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
doc: add missing passed and error properties on TestContext
#61185
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
doc: add missing passed and error properties on TestContext
#61185
Conversation
|
Review requested:
|
51ed148 to
dbb7ac8
Compare
|
Also added |
avivkeller
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Unfortunately, there are some things that need to be corrected before this can land
|
Additionally, please list the original author as a Co-Author |
`passed` and `error` properties were left undocumented on `TextContext` class Fixes: nodejs#59321 Refs: nodejs#51485 Refs: nodejs#59322 Co-authored-by: SimonSchick <[email protected]>
dbb7ac8 to
53458bd
Compare
|
done, thanks for the review |
|
Landed in 20bf328 |
passedanderrorproperties were left undocumented onTextContextclassFixes: #59321
Refs: #51485 <-- passed and error implem
Refs: #59322 <-- Initial PR
PR was already made by someone else but closed prematurely even if valid, see second ref.
I removed this part, which seems wrong because I tested it and even
Errorinstances end up wrapped: