Skip to content

Commit

Permalink
fix(reporter): don't double-count tests (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkipke authored Apr 1, 2021
1 parent 1f0ed24 commit 9039954
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reporter/JestReporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ export class JestReporter {
* @param status The test result status
*/
protected addNonFailureTestResult(assert: Assert, status: Status) {
this.currentResults.numPassingTests++;
this.currentResults.testResults.push(
createAssertionResult(status, assert.name)
);
Expand Down

0 comments on commit 9039954

Please sign in to comment.