Skip to content

Commit

Permalink
Fix reporting test durations (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel authored Sep 6, 2023
1 parent 4a93d48 commit 4b1bdb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runner/runESLint.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const mkTestResults = ({
start: startTime,
end: endTime,
duration: endTime - startTime,
runtime: endTime - startTime,
slow: false,
},
skipped: numPassingTests === 0 && numFailingTests === 0,
Expand Down

0 comments on commit 4b1bdb8

Please sign in to comment.