diff --git a/src/reporter/JestReporter.ts b/src/reporter/JestReporter.ts index b1c95f9..3a9dd89 100644 --- a/src/reporter/JestReporter.ts +++ b/src/reporter/JestReporter.ts @@ -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) );