| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
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.
Sorry, something went wrong.
…rties on TextContext
…r properties on TextContext
Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com>
There was a problem hiding this comment.
🙌
Sorry, something went wrong.
| ### `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 |
Sorry, something went wrong.
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.
Sorry, something went wrong.
| ### `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 |
Sorry, something went wrong.
| 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 |
Sorry, something went wrong.
`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>
| Back | FazBrowse Home | New Git URL |
See #59321 and #51485 for implementation