From c4adda50ad0aeb0a5e2633dbe9c8a96ec7c2867e Mon Sep 17 00:00:00 2001 From: Emanuele Date: Mon, 12 Mar 2018 21:38:01 +0000 Subject: [PATCH 1/3] 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 From f0948e9f121b399c331ec646e332eadad87eb6ff Mon Sep 17 00:00:00 2001 From: Emanuele Date: Tue, 13 Mar 2018 07:20:15 +0000 Subject: [PATCH 2/3] Fixed linting --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index d581d702be..992f6387a6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -418,6 +418,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. ## Exclusive Tests From 327743a26d08e50eef8f1ec9fb7a513ed71427b6 Mon Sep 17 00:00:00 2001 From: Emanuele Date: Mon, 19 Mar 2018 20:06:21 +0000 Subject: [PATCH 3/3] Addressed feedback --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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