Fix display of pending tests

This commit is contained in:
Aurimas Vinckevicius 2015-04-28 00:36:56 -05:00
parent 1d1eb74e57
commit f6083068cd

View file

@ -105,7 +105,7 @@ function Reporter(runner) {
});
runner.on('pending', function(test){
dump(indent()+"pending -"+test.title);
dump("\r"+indent()+"pending -"+test.title+"\n");
});
runner.on('pass', function(test){