diff --git a/docs/index.md b/docs/index.md index 3e62f0d6f3..ad6309af59 100644 --- a/docs/index.md +++ b/docs/index.md @@ -419,7 +419,7 @@ describe('Array', function() { }); ``` -Pending tests will be reported as such. +Pending tests will be included in the test results, and marked as pending. A pending test is not considered a failed test. ## Exclusive Tests