try to include test.speed in output

This commit is contained in:
webzwo0i 2020-07-10 21:38:12 +02:00
parent 5d605d5cdf
commit a974d45066

View file

@ -60,7 +60,7 @@ $(function(){
stats.tests = stats.tests || 0;
stats.tests++;
if ('passed' == test.state) {
append("->","[green]PASSED[clear] :", test.title);
append("->","[green]PASSED[clear] :", test.title," ",test.speed,"ms");
} else if (test.pending) {
append("->","[yellow]PENDING[clear]:", test.title);
} else {