Fix display of pending tests
This commit is contained in:
parent
1d1eb74e57
commit
f6083068cd
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue