Uh oh!
There was an error while loading. Please reload this page.
doc(test): add missing passed and error on TextContext - #59322
doc(test): add missing passed and error on TextContext#59322SimonSchick wants to merge 5 commits into
passed and error on TextContext#59322Conversation
nodejs-github-bot
commented
Aug 1, 2025
Review requested:
|
passed and error on TextContextpassed and error on TextContextpassed and error on TextContext485f8ca to
24c4abcCompare24c4abc to
7ddb4dcCompare
JakobJingleheimer
left a comment
There was a problem hiding this comment.
Thanks for raising.
I wasn't aware of this functionality; I'll check the implementation this weekend to confirm.
Uh oh!
There was an error while loading. Please reload this page.
…rties on TextContext
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…r properties on TextContext
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com>
| ### `context.passed` {boolean} | ||
| <!-- YAML | ||
| added: v20.12.0 |
There was a problem hiding this comment.
According to the PR you linked
| added: v20.12.0 | |
| added: | |
| - v21.7.0 | |
| - v20.12.0 |
There was a problem hiding this comment.
@aduh95 should we land it as is and have a follow-up PR? This seems to already improve the situation over what we have right now.
| ### `context.error` {Error|null} | ||
| <!-- YAML | ||
| added: v20.12.0 |
There was a problem hiding this comment.
Same here I reckon
| added: v20.12.0 | |
| added: | |
| - v21.7.0 | |
| - v20.12.0 |
| added: v20.12.0 | ||
| --> | ||
| The failure reason for the test/case; if anything other than an instance of `Error` was thrown, that will be wrapped |
There was a problem hiding this comment.
nit
| The failure reason for the test/case; if anything other than an instance of `Error` was thrown, that will be wrapped | |
| The failure reason for the test/case; if anything other than an instance of {Error} was thrown, that will be wrapped |
`passed` and `error` properties were left undocumented on `TextContext` class Fixes: nodejs#59321 Refs: nodejs#51485 Refs: nodejs#59322 Co-authored-by: SimonSchick <demwizzy@gmail.com>
`passed` and `error` properties were left undocumented on `TextContext` class Fixes: #59321 Refs: #51485 Refs: #59322 Co-authored-by: SimonSchick <demwizzy@gmail.com> PR-URL: #61185 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
`passed` and `error` properties were left undocumented on `TextContext` class Fixes: #59321 Refs: #51485 Refs: #59322 Co-authored-by: SimonSchick <demwizzy@gmail.com> PR-URL: #61185 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
`passed` and `error` properties were left undocumented on `TextContext` class Fixes: #59321 Refs: #51485 Refs: #59322 Co-authored-by: SimonSchick <demwizzy@gmail.com> PR-URL: #61185 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
`passed` and `error` properties were left undocumented on `TextContext` class Fixes: #59321 Refs: #51485 Refs: #59322 Co-authored-by: SimonSchick <demwizzy@gmail.com> PR-URL: #61185 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
`passed` and `error` properties were left undocumented on `TextContext` class Fixes: #59321 Refs: #51485 Refs: #59322 Co-authored-by: SimonSchick <demwizzy@gmail.com> PR-URL: #61185 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
`passed` and `error` properties were left undocumented on `TextContext` class Fixes: #59321 Refs: #51485 Refs: #59322 Co-authored-by: SimonSchick <demwizzy@gmail.com> PR-URL: #61185 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
`passed` and `error` properties were left undocumented on `TextContext` class Fixes: #59321 Refs: #51485 Refs: #59322 Co-authored-by: SimonSchick <demwizzy@gmail.com> PR-URL: #61185 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
`passed` and `error` properties were left undocumented on `TextContext` class Fixes: #59321 Refs: #51485 Refs: #59322 Co-authored-by: SimonSchick <demwizzy@gmail.com> PR-URL: #61185 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
`passed` and `error` properties were left undocumented on `TextContext` class Fixes: #59321 Refs: #51485 Refs: #59322 Co-authored-by: SimonSchick <demwizzy@gmail.com> PR-URL: #61185 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
See #59321 and #51485 for implementation