From ab84f02e1ab0bdf11d4201a2a5acb131053f6695 Mon Sep 17 00:00:00 2001 From: Emanuele Date: Mon, 12 Mar 2018 21:38:01 +0000 Subject: [PATCH] chore(docs): rewording pending tests --- docs/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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