Show more precise time duration in reporter epilogue #4149
Labels
status: wontfix
typically a feature which won't be added, or a "bug" which is actually intended behavior
type: feature
enhancement proposal
Describe the solution you'd like
At the end of a test run, the total duration currently shows a rounded value, like
1m
. It would be great if this was more precise, like1m 12s 354ms
or00:01:12.354
.Additional context
The relevant code appears to be in the base reporter epilogue, here:
mocha/lib/reporters/base.js
Line 349 in 1412dc8
The text was updated successfully, but these errors were encountered: