Skip to content

Commit

Permalink
(docs) Add missing numTodoTests in Result Object. (#7976)
Browse files Browse the repository at this point in the history
  • Loading branch information
dashmug authored and SimenB committed Feb 25, 2019
1 parent 7484c1d commit 51817fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Configuration.md
Expand Up @@ -941,6 +941,7 @@ This option allows the use of a custom results processor. This processor must be
"numPassedTests": number,
"numFailedTests": number,
"numPendingTests": number,
"numTodoTests": number,
"openHandles": Array<Error>,
"testResults": [{
"numFailingTests": number,
Expand Down
1 change: 1 addition & 0 deletions website/versioned_docs/version-24.0/Configuration.md
Expand Up @@ -936,6 +936,7 @@ This option allows the use of a custom results processor. This processor must be
"numPassedTests": number,
"numFailedTests": number,
"numPendingTests": number,
"numTodoTests": number,
"openHandles": Array<Error>,
"testResults": [{
"numFailingTests": number,
Expand Down
1 change: 1 addition & 0 deletions website/versioned_docs/version-24.1/Configuration.md
Expand Up @@ -942,6 +942,7 @@ This option allows the use of a custom results processor. This processor must be
"numPassedTests": number,
"numFailedTests": number,
"numPendingTests": number,
"numTodoTests": number,
"openHandles": Array<Error>,
"testResults": [{
"numFailingTests": number,
Expand Down

0 comments on commit 51817fd

Please sign in to comment.