- {projectNames.length === 1 && !!projectNames[0] &&
Project: {projectNames[0]}
}
- {!filter.empty() &&
Filtered: {filteredStats.total} {!!filteredStats.total && ('(' + msToString(filteredStats.duration) + ')')}
}
+ {projectNames.length === 1 && !!projectNames[0] &&
Project: {projectNames[0]}
}
+ {!filter.empty() &&
Filtered: {filteredStats.total} {!!filteredStats.total && ('(' + msToString(filteredStats.duration) + ')')}
}
-
{report ? new Date(report.startTime).toLocaleString() : ''}
-
Total time: {msToString(report?.duration ?? 0)}
+
{report ? new Date(report.startTime).toLocaleString() : ''}
+
Total time: {msToString(report?.duration ?? 0)}
{report && !!report.errors.length &&