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