Fix display of pending tests
This commit is contained in:
parent
1d1eb74e57
commit
f6083068cd
|
@ -105,7 +105,7 @@ function Reporter(runner) {
|
||||||
});
|
});
|
||||||
|
|
||||||
runner.on('pending', function(test){
|
runner.on('pending', function(test){
|
||||||
dump(indent()+"pending -"+test.title);
|
dump("\r"+indent()+"pending -"+test.title+"\n");
|
||||||
});
|
});
|
||||||
|
|
||||||
runner.on('pass', function(test){
|
runner.on('pass', function(test){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user