diff --git a/docs/index.md b/docs/index.md index 3e62f0d6f3..d581d702be 100644 --- a/docs/index.md +++ b/docs/index.md @@ -418,8 +418,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. ## Exclusive Tests