-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
chore(docs): rewording pending tests #3282
Conversation
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.
Thanks for looking at this! I have a suggestion.
docs/index.md
Outdated
@@ -419,7 +419,7 @@ describe('Array', function() { | |||
}); | |||
``` | |||
|
|||
Pending tests will be reported as such. | |||
Such incomplete tests will still be included in the test results but as a pending test and not as a failure. |
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.
Hmm, this is a bit of a run-on sentence. Maybe:
"Pending tests will be included in the test results, and marked as pending. A pending test is not considered a failed test."
@boneskull I updated the text based on your suggestion |
Description of the Change
Fixes #3133
Rewording of part of the documentation
Alternate Designs
Based on the proposed rewording, I proposed the one that makes more sense
Why should this be in core?
N/A
Benefits
Better understanding for users
Possible Drawbacks
None
Applicable issues
Bugfix